forked from sshirokov/irc.webdesign
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
37 lines (32 loc) · 1.05 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
<!doctype html>
<html>
<head>
<title>#webdesign</title>
<link rel="stylesheet" type="text/css" href="main.css" />
</head>
<body>
<header>
<hgroup>
<h1>#webdeign</h1>
<h6>A Collaborative Website</h6>
</hgroup>
</header>
<nav>
<ul>
<li><a href="http://webdesign.hackinggibsons.com/">Home</a></li>
<li><a href="http://webdesign.hackinggibsons.com/logs.html">Logs</a></li>
<li><a href="http://github.com/sshirokov/irc.webdesign">Github</a></li>
</ul>
</nav>
<section>
<div id="content">
<p>All of the content and design here is completely editable.</p>
<p>The design that you see here is just a template for what could be. Please edit the crap out of it. Move everything around for all I care. Go crazy!</p>
</div>
</section>
<footer class="border">
<p>site designed by the people of #webdesign on, slashnet.</p>
<p>Pitch in on <a href="http://github.com/sshirokov/irc.webdesign">Github!</a></p>
</footer>
</body>
</html>