-
Notifications
You must be signed in to change notification settings - Fork 93
/
template.html
43 lines (38 loc) · 1.7 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 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Steal My Admin</title>
<link rel="stylesheet" href="css/960.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="css/template.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="css/colour.css" type="text/css" media="screen" charset="utf-8" />
</head>
<body>
<h1 id="head">Steal My Admin Template</h1>
<ul id="navigation">
<li><span class="active">Overview</span></li>
<li><a href="#">News</a></li>
<li><a href="#">Users</a></li>
</ul>
<div id="content" class="container_16 clearfix">
<div class="grid_11">
<h2>About</h2>
<p>After looking for a decent admin template and not having any success I decided to knock this one up. It's released under the creative commons license, so make sure you look at that before using it in your project.</p>
<h3>Credits</h3>
<p>I would like to thank Nathan Smith for creating the 960.gs CSS framework which made this project a <i>little</i> easier.</p>
</div>
<div class="grid_5">
<h2>Mock Examples</h2>
<ol>
<li><a href="dashboard.html">Home (Dashboard)</a></li>
<li><a href="news.html">Submit News Article (Forms)</a></li>
<li><a href="user.html">User Listing (Tables & Pagination)</a></li>
</ol>
</div>
</div>
<div id="foot">
<i>Designed by </i><a href="http://mathew-davies.co.uk/">Mathew Davies</a>
</div>
</body>
</html>