This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
executable file
·60 lines (56 loc) · 2 KB
/
index.php
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
57
58
59
60
<!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Musings about front-end code | stojg.se</title>
<meta name="description" content="This is a small test">
<meta name="author" content="stig lindqvist">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="css/style.css?v=2">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="header-container">
<header class="wrapper">
<h1 id="title">musings on HTML5</h1>
<nav>
<ul>
<li><a href="history-state-api">History state api</a></li>
<li><a href="localstorage">Localstorage</a></li>
</ul>
</nav>
</header>
</div>
<div id="main" class="wrapper">
<!--<aside>
<h3>Something is amiss</h3>
</aside>-->
<article>
<header>
<h2>Playground and demos</h2>
<p>This is not a real site in case you thought that. This a playground and demo site. The content you're searching might be found at <a href="http://stojg.se/">http://stojg.se/</a></p>
</header>
<h3>Sources</h3>
<p>All the code in this subsection can be found at <a href="https://github.com/stojg/musings">https://github.com/stojg/musings</p>
</footer>
</article>
</div>
<div id="footer-container">
<footer class="wrapper">
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<!--[if lt IE 7 ]>
<script src="js/libs/dd_belatedpng.js"></script>
<script> DD_belatedPNG.fix('img, .png_bg');</script>
<![endif]-->
</body>
</html>