-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (24 loc) · 791 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (24 loc) · 791 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Devon Noel de Tilly — personal site.">
<meta name="theme-color" content="#1f1e20">
<title>devonoel</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="main.css" />
</head>
<body>
<header>
<h1>devonoel</h1>
<h2>Fan of Minimalism</h2>
<div id="social">
<a href="https://hundredhats.dev">Hundred Hats</a>
<a href="https://github.com/devonoel/cv">CV</a>
<a href="https://github.com/devonoel">Github</a>
<a href="mailto:devon.noeldetilly@gmail.com">Email</a>
</div>
</header>
</body>
</html>