-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (73 loc) · 2.8 KB
/
Copy pathindex.html
File metadata and controls
79 lines (73 loc) · 2.8 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
<!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">
<head>
<meta charset="utf-8" />
<meta name="keywords" content="chris2048,chris2048.net" />
<meta name="description" content="Chris2048.net" />
<meta name="author" content="Chris2048" />
<meta name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no" />
<title>Chris2048.net</title>
<link href="http://chris2048.net/stylesheets/styles.css" rel="stylesheet" />
<link href="http://chris2048.net/stylesheets/pygment_trac.css" rel="stylesheet" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Chris2048.net</h1>
<small>
<table align="left">
<tr>
<td><b>Repo:</b></td>
<td><a href="https://github.com/Chris2048">github.com/Chris2048</a></td>
</tr>
<tr>
<td><b>Contact:</b></td>
<td>ghpage <i>at</i> chris2048 <i>dot</i> net</td>
</tr>
</table>
</small>
</header>
<section>
<p>
Welcome to my newly minted, github-pages based, personal website!
work in progress! <b>leave me a message!</b><br/>
<small>note: still a wip, but tell me if there are any security flaws...</small>
</p>
<p>
<div id="inputBar" style="margin-bottom:4px;">
<input type='text' id='nameInput' placeholder='Name'>
<input type='text' id='messageInput' placeholder='Message'>
</div>
<div id='messagesDiv' style="padding-left:20px;height:240px;border:1px solid #ccc;overflow-x:hidden;overflow-y:scroll;color: #000;font: 16px/1.6 menlo, monospace;"></div>
</p>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href=
"https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.5.1/underscore-min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src='//cdn.firebase.com/v0/firebase.js'></script>
<script src="javascripts/scale.fix.js"></script>
<script src="script.js"></script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o), m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-42570687-1', 'chris2048.net');
ga('send', 'pageview');
</script>
</body>
</html>