-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (25 loc) · 962 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
27
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Smackfu</title>
<meta name="KEYWORDS" content="smackfu">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@smackfu">
<meta name="twitter:title" content="Smackfu.com">
<meta name="twitter:description" content="Personal site of Scott McIntyre.">
<link rel="StyleSheet" href="./css/main.css" type="text/css" media="screen">
</head>
<body>
<div>
<h1>Smackfu</h1>
<p>Scott McIntyre, programmer.</p>
<ul>
<li><a href="https://twitter.com/smackfu">Twitter</a></li>
<li><a href="http://stackoverflow.com/users/139559/smackfu">Stack Overflow</a></li
<li><a href="https://github.com/smackfu">GitHub</a></li>
<li><a href="http://www.linkedin.com/in/smackfu/">LinkedIn</a></li>
<li><a href="http://www.flickr.com/photos/smackfu/">Flickr</a></li>
<li><a href="mailto:[email protected]">[email protected]</a>
</ul>
</div>
</body>