-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
26 lines (21 loc) · 886 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Instagram Printer</title>
<meta name="description" content="Instagram Printer">
<meta name="author" content="Jonathan King">
<link rel="stylesheet" href="style.css?v=1.0">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<h1 class='title'>Hello World!</h1>
<p>Apart from that, not much is happening on this page for the moment - However lots of cool 'behind the scenes' stuff is!</br>Check it out at <a href="http://www.github.com/jonathanlking/Instagram-Printer-Server">github.com/jonathanlking/Instagram-Printer-Server</a></p>
<!--<a href=# class='subtitle'>this is a subtitle</a>-->
<!--<a href=# class='item'>#these</a>-->
<!--<a href=# class='item'>#are</a>-->
<!--<a href=# class='item'>#items</a>-->
</body>
</html>