-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.html
More file actions
80 lines (71 loc) · 3.88 KB
/
app.html
File metadata and controls
80 lines (71 loc) · 3.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>404 Erro</title>
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
<link href="assets/css/responsive.css" rel="stylesheet">
<link rel="shortcut icon" href="assets/images/ico/favicon.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/images/ico/apple-touch-icon-57-precomposed.png">
</head><!--/head-->
<body>
<section id="portfolio" >
<div class="container" style="margin-bottom: 0">
<div class="container-fluid">
<div class="row">
<div class="col-sm-12">
<div class="text-center">
<div class="bg-404">
<div class="error-image">
<img class="img-responsive" src="assets/images/logo/servclick-200x155.png" alt="">
</div>
</div>
<p>Olá, seja bem vindo à nossa página de download. </p>
<a href="assets/app/ServClick.apk" class="btn btn-error">Clique aqui para baixar o App</a>
<p>Ou utilize uma das opções abaixo de acordo com seu smartphone.</p>
<hr>
<div class="row">
<a href="https://play.google.com/store" class="">
<img class="img-responsive" src="assets/images/background/googleplay.png" alt="" width="200" height="100">
</a>
<a href="https://www.apple.com/br/ios/app-store/" class="">
<img class="img-responsive" src="assets/images/background/appstore.png" alt="" width="200" height="100">
</a>
</div>
<div class="social-link">
<span><a href="#"><i class="fa fa-facebook"></i></a></span>
<span><a href="#"><i class="fa fa-twitter"></i></a></span>
<span><a href="#"><i class="fa fa-google-plus"></i></a></span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="copyright-text text-center">
<p>© servClick</p>
</div>
</div>
</div>
</div>
</footer>
<!--/#footer-->
<script type="text/javascript" src="assets/js/jquery.js"></script>
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/wow.min.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>