-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (30 loc) · 955 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
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<title>Edward Ridgely</title>
<!--Vir melior quam heri-->
<meta charset="utf-8"/>
<link href="main.css" type="text/css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Special+Elite" rel="stylesheet">
<link href="https://raw.githubusercontent.com/etridgely/MyFiles/master/favicon.ico" type="image/x-icon" rel="shortcut icon">
<!--Google Analytics-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-92093480-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-92093480-1');
</script>
</head>
<body>
<div>
<h1>e t r .</h1>
</div>
<div>
<p id="contact">
<a href="mailto:[email protected]">Contact</a>
</p>
</div>
</body>
</html>