-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (26 loc) · 1012 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
28
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Press+Start+2P">
<script type="text/javascript" src="./src/main.js"></script>
<link type="text/css" rel="stylesheet" href="./src/main.css" />
<title>Devin McGinty</title>
<!--[if IE]>
<style type="text/css">
.scanlines {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./assets/scanlines.png', sizingMethod='scale');
background:none !important;
}
</style>
<![endif]-->
</head>
<body>
<div class="scanlines"></div>
<div class="content">
<div class="title">Hello.</div>
<div class="title">My name is <a href="mailto:[email protected]?subject=Yo, I think you're rad.">Devin McGinty</a>.</div>
<div class="title">I like computers and stuff.</div>
<div class="title">This will be a real website soon.</div>
</div>
</body>
</html>