-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (23 loc) · 942 Bytes
/
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<head>
<link rel=stylesheet href="style.css" type="text/css">
</head>
<body>
<h1>danny greg</h1>
<div><img src="codercat.jpg" alt=""></div>
<p><img class="bullet" src="octocat.png" alt="" />I work at <a id="github" href="http://github.com/dannygreg">GitHub</a>.</p>
<p><img class="bullet" src="twitter.png" alt="" />I have <a id=twitter href="http://www.twitter.com/dannygreg">Twitter</a>.</p>
<script type="text/javascript">
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '4f515e5ff5a1f5018c00000b');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>
</body>