-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (41 loc) · 1.68 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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="css/flair.css">
<script src="scripts/modernizr-2.0.6.min.js"></script>
</head>
<body>
<div id="header-container">
<header class="wrapper clearfix">
<h1 id="title">Welcome to Fake Digital</h1>
</header>
</div>
<div id="main-container">
<div id="main" class="wrapper clearfix">
<img src="img/fakelogo.png" alt="100% Fake Digital" />
<article>
<header>
<h1>New web site due soon</h1>
<p>We're busy on other things, so be patient and we'll have a new web site soon.</p>
<p>if you want to contact us for any reason , feel free to drop us an email:<a href="mailto:[email protected]" title="email us" id="mailto">[email protected]</a> </p>
</header>
</article>
</div> <!-- #main -->
</div> <!-- #main-container -->
<!--<div id="footer-container">
<footer class="wrapper">
<h3>© This is 100% Fake</h3> <a href="mailto:[email protected]" title="email us" class="white">[email protected]</a>
</footer>
</div>-->
</body>
</html>