pjhyett / pjhyett.github.com

This URL has Read+Write access

pjhyett.github.com / index.html
100644 25 lines (24 sloc) 0.941 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
<html>
<head>
  <title>PJ Hyett - GitHub</title>
  <style>
  body { background-image:url('http://colourlovers.com.s3.amazonaws.com/images/patterns/304/304593.png'); font-family:helvetica; }
  h1 { text-align:center; font-size:14em; letter-spacing:-0.1em; margin:0.1em 0; }
  h1 a { color:#0D140C; text-decoration:none; }
  #out { background-color:#4F0611; padding:1em; margin:0.25em; }
  #in { background-color:#C9C6BF; padding:1em; }
  #count { margin:0.5em 0.25em; }
  </style>
</head>
<body>
  <div id="out">
    <div id="in">
      <h1><a href="http://github.com/pjhyett">PJ was here.</a></h1>
    </div>
  </div>
  <div id="count">
    <script src="http://errcount.com/ctr/795.js"></script>
  <a href="http://github.com/pjhyett"><img style="position: absolute; top: 0; left: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_left_darkblue_121621.png" alt="Fork me on GitHub" /></a>
  </div>
</body>
</html>