-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
120 lines (67 loc) · 2.42 KB
/
index.html
File metadata and controls
120 lines (67 loc) · 2.42 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>This is my life now.</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="css/1.css" type="text/css" media="screen,projection" />
</head>
<body>
<div id="sidebar">
<h1><a href="#">ARG Template</a></h1>
<p>
Simplicity and gunmetal.
</p>
<ol id="nav">
<li><a href="https://diceswordplay.github.io/Web-learning/"><b>�</b>Another site</a></li>
<li><a href="index.html"><b>�</b>Edit Template</a></li>
<li><a href="#"><b>�</b>Not Really</a></li>
<li><a href="#"><b>�</b>Nope</a></li>
<li><a href="#"><b>�</b>nu uh</a></li>
<li><a href="#"><b>�</b>Example Link 3</a></li>
</ol>
</div>
<div id="content">
<h2 class="first"><a href="#" id="intro">Introduction</a></h2>
<p class="postdata">
</p>
<p>
So, if you find this, welcome to the page. I'd put something exciting here, but i don't have anything to put, YET.klivfebrjkvbgrtfkj.gviltehgetv4iu;o
</p>
<p>
This site might go to being an ARG, just for fun. Along with a few others as well, can't have a ARG without connections.
</p>
<h2><a href="#" id="author">About the Author</a></h2>
<p class="postdata">
</p>
<p>
Something.
</p>
<p>
Another something.
</p>
<h2>Some Examples</h2>
<p class="postdata">
</p>
<p>
Mh hm. Nothing.
</p>
<h3>List Example</h3>
<ul>
<li>Here</li>
<li>Is our friend</li>
<li>The list!</li>
</ul>
<h2><a href="#contact" id="contact">Contac</a>t</h2>
<p class="postdata">
</p>
<p>
If you decide to use this template please <a href="mailto:james%28at%29jameskoster.co.uk">drop me a line</a> to let me know! Don't hesitiate to get in touch if your interested in a custom template or just in any of my services in general. I look forward to hearing from you!
</p>
</div>
<div id="footer">
<!-- Please leave this line intact -->
Template design by <a href="http://www.sixshootermedia.com">Six Shooter Media</a>.<br />
<!-- you can delete below here -->
</div>
</body>
</html>