-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (31 loc) · 1.2 KB
/
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
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>dvd r trgn</title>
<meta name="viewport" content="width=device-width, maximum-scale=1, minimum-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta property="og:url" content="https://dvdrtrgn.com">
<meta property="og:title" content="DvdrTrgn - David Theory, etc">
<meta property="og:description" content="Fun times, strange code. Click it now!">
<meta property="og:image:width" content="364">
<meta property="og:image:height" content="364">
<meta property="og:image" content="https://dvdrtrgn.com/images/davey.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/davey.png">
<meta name="theme-color" content="#ffffff">
<!-- <link rel="icon" type="image/png" sizes="32x32" href="/images/davey.png"> -->
<link rel="stylesheet" href="./base.css">
</head>
<body>
<main>
<h1>David <a href="https://dvdrtrgn.com">®</a> Turgeon</h1>
<p>
<a href="resume.html">RESUME OPTIONS</a>
</p>
<hr>
<p><a href="demos/">CODE SAMPLES</a></p>
<p><a href="samples/">WORK SAMPLES</a></p>
</main>
<script type="module" src="./main.js" id="Footer"></script>
</body>
</html>