-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathtemplate.html
executable file
·43 lines (42 loc) · 1.57 KB
/
template.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- META FOR IOS & HANDHELD -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="HandheldFriendly" content="true">
<meta name="apple-mobile-web-app-capable" content="YES">
<!-- CSS STYLE -->
<link rel="stylesheet" type="text/css" href="./style.css">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script type="text/javascript" src="/showcase/onepage/plugins/system/t3/base/js/respond.min.js"></script>
<![endif]-->
<!-- FONTS -->
<link href='https://fonts.googleapis.com/css?family=Ubuntu:400,300,500' rel='stylesheet' type='text/css'>
<title>Title</title>
</head>
<body>
<!-- PAGE -->
<div id="pagewrap">
<!-- NAVIGATION -->
<nav id="navwrap">
<!-- NAVBAR -->
</nav>
<!-- HEADER -->
<header id="headerwrap">
<span>Makesite.py</span>
<p>Extremely simple static site generator.</p>
</header>
<!-- ARTICLE -->
<article id="articlewrap">
<!-- CONTENT -->
</article>
<!-- FOOTER -->
<footer id="footerwrap">
<p>Powered by <a href="http://fspaolo.github.io/makesite">Makesite.py</a></p>
</footer>
</div>
</body>
</html>