-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (59 loc) · 2.75 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<!--[if lte IE 8]> <html class="ie8lte no-touch" lang="de"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-touch" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<title>Scss Project Base</title>
<!-- stylings -->
<link href="static/css/style.css" rel="stylesheet" type="text/css"/>
<!-- site description -->
<meta name="description" content="My site description"/>
<meta name="keywords" content="my, key, words"/>
<!-- basics -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="cleartype" content="on" />
<!-- Mobile -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="MobileOptimized" content="320" />
<meta name="HandheldFriendly" content="True" />
<meta name="format-detection" content="telephone=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="my site" />
<!-- JavaScripts (shiv, custom Modernizr, jsb) -->
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<!-- Icons - go to http://realfavicongenerator.net/ -->
</head>
<body>
<ul id="skiplinks">
<li><a class="skip" href="#nav">Skip to main navigation</a></li>
<li><a class="skip" href="#main">Skip to main content</a></li>
<li><a class="skip" href="#search">Skip to search</a></li>
<li><a class="skip" href="#footer">Skip to footer</a></li>
</ul>
<!-- page -->
<div class="page">
<!-- header -->
<header class="header" role="banner">
<nav id="nav" class="nav" role="navigation">
</nav>
<form id="search" class="search" role="search">
</form>
</header>
<!-- /header -->
<!-- main -->
<main id="main" class="main" role="main">
<article class="mod-text">
<h1 class="title">Headline</h1>
<p class="description">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</article>
</main>
<!-- /main -->
<!-- footer -->
<footer id="footer" class="footer" role="contentinfo">
</footer>
<!-- /footer -->
</div>
<!-- /page -->
</body>
</html>