-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (33 loc) · 1.07 KB
/
index.html
File metadata and controls
45 lines (33 loc) · 1.07 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
<html lang='en'>
<head>
<!-- Default language is English. Please change as needed. -->
<meta charset='UTF-8' />
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
<meta name='viewport' content='width=device-width, initial-scale=1' />
<meta name='description' content='' />
<meta name='author' content='' />
<meta name='keywords' content='' />
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src='//html5shim.googlecode.com/svn/trunk/html5.js'></script>
<![endif]-->
<!-- Favicon -->
<link rel='icon' type='image/png' href='img/yourimg.png' />
<!-- Css Files-->
<link rel='stylesheet' href='css/your.css' />
<title>Document Title</title>
</head>
<body>
<header role='navigation'>
<!-- Nav -->
</header>
<section role='main'>
<!-- Main Content -->
</section>
<footer role='contentinfo'>
<!-- Footer + Terms Of Use -->
</footer>
<!-- All your Bundled up JS -->
<script src='js/bundle.js'></script>
</body>
</html>