-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (29 loc) · 1.21 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 lt-ie10 lt-ie9 lt-ie8 lt-ie7" > <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie10 lt-ie9 lt-ie8" > <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie10 lt-ie9" > <![endif]-->
<!--[if IE 9]> <html class="no-js lt-ie10" > <![endif]-->
<!--[if gt IE 9]><!--> <html class="no-js" > <!--<![endif]-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf8"/>
<title></title>
<link rel="icon" type="image/png" href="favicon.png">
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0,">
</head>
<body>
<div class="site-wrap">
<!--[if lt IE 9]><p class="chromeframe">You are using an <strong>extremely outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a>.</p><![endif]-->
<header class="page-header" role="banner">
<h1 class="logo"><a href="/"></a></h1>
<nav class="main-nav">
</nav>
</header>
<main role="main" class="page-content">
<?php the_content(); ?>
</main>
</div><!--End .site-wrap-->
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>