-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (33 loc) · 830 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
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Mono&display=swap" rel="stylesheet">
<link rel="icon" href="favicon.ico" />
<style type="text/css">
div.dd {
font-family: 'Ubuntu', sans-serif;
font-size: 175px;
}
p {
font-family: 'Ubuntu', sans-serif;
text-align: center
}
a {
color: black
}
a:hover {
-webkit-text-fill-color: black;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1.00px;
}
</style>
<title>harrison erd</title>
</head>
<body>
<div class="dd" id="moov">Harrison Erd</div>
<br />
<br />
<br />
<p>i <a href="https://github.com/patx">write python</a>. you can email me at <a href="mailto:[email protected]">[email protected]</a>.</p></body>
</html>