-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·52 lines (47 loc) · 2.33 KB
/
index.html
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
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"><!--<![endif]-->
<head>
<meta charset="UTF-8">
<title>Carro © By Pixanor - Coming Soon</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/pixanor-touch-icon-144.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/pixanor-touch-icon-114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/pixanor-touch-icon-72.png">
<link rel="apple-touch-icon-precomposed" href="images/pixanor-touch-icon-57.png">
<link rel="shortcut icon" href="images/pixanor-touch-icon-57.png">
<!--[if IE]><![endif]-->
<link rel="stylesheet" href="css/style.css">
<script src="js/jquery.js"></script>
<script src="js/countdown.js"></script>
<script src="js/owlcarousel.js"></script>
<script src="js/uikit.scrollspy.js"></script>
<script src="js/scripts.js"></script>
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body id="backtotop">
<div class="fullwidth clearfix">
<div id="topcontainer" class="bodycontainer clearfix" data-uk-scrollspy="{cls:'uk-animation-fade', delay: 300, repeat: true}">
<p><img src="images/pixanor-small.png" alt=""></p>
<h1><span>Carro</span><br />is coming soon</h1>
<p>It's almost ready ... honest</p>
</div>
</div>
<div class="fullwidth colour2 clearfix">
<div id="maincont" class="bodycontainer clearfix" data-uk-scrollspy="{cls:'uk-animation-fade', delay: 300, repeat: true}">
<p>Sign up and we'll let you know when we launch</p>
<div id="signupform" class="sb-search clearfix">
<form method="POST" id="contact" class="clearfix" action="//formspree.io/sudheesh95@gmail.com">
<input class="sb-search-input" placeholder="Enter your email ..." type="email" value="" name="email">
<input class="sb-search-submit" value="" name="submit" type="submit">
<button class="formbutton" type="submit"><span class="fa fa-envelope"></span></button>
</form>
</div>
</div>
</div>
</body>
</html>