-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (19 loc) · 710 Bytes
/
index.html
File metadata and controls
26 lines (19 loc) · 710 Bytes
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>Simple HTML5 Template Page</title>
<meta name="description" content="Simple HTML5 Template Page">
<meta name="author" content="Andy Parkhill">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/styles.css?v=1.0">
<!-- Favicon Links -->
<link href='images/magicandi-16x16.ico' rel='shortcut icon'/>
<link href='images/magicandi-16x16.ico' rel='icon'/>
</head>
<body>
<h1>A Simple HTML5 Template</h1>
<p>This is a simple HTML5 template page for building simple proof of concepts when I'm not interested in using a Fiddle.</p>
<script src="js/scripts.js"></script>
</body>
</html>