-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblank-index.html
56 lines (50 loc) · 1.74 KB
/
blank-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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link href="/_/css/screen.css" media="screen, projection" rel="stylesheet" type="text/css"/>
<link href="/_/css/print.css" media="print" rel="stylesheet" type="text/css"/>
<!--[if IE]>
<link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
<![endif]-->
<link rel="shortcut icon" href="icon32.jpg" type="image/x-icon">
<link rel="icon" href="icon32.jpg" type="image/x-icon">
</head>
<body>
<div class="wrapper">
<header>
<div class="navigation">
<section class="layout" class="center">
<ul class="nav" >
<li><a href="pages/photos.html">Photos</a></li>
<li><a href="pages/sculptures.html">Sculptures</a></li>
<li><a href="pages/drawings.html">Drawings</a></li>
<li><a href="pages/inventories.html">Inventories</a></li>
</ul> <!-- nav -->
</section> <!-- layout -->
</div> <!-- navigation -->
</header>
<div class="content">
<section class="layout">
</section> <!-- layout -->
</div> <!-- content -->
<div id="footer_layout"></div>
</div> <!-- wrapper -->
<footer>
<section class="layout">
<div class="copyright">
<span class="title">copyright 2014</span>
</div> <!-- copyright -->
</section> <!-- layout -->
</footer>
<div class="scripts">
<script src="_/js/script.js"></script>
<script src="http://localhost:35729/livereload.js"></script>
<script>
// Google Analytics go here
</script> <!-- Google Analytics -->
</div> <!-- scripts -->
</body>
</html>