-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 809 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8' />
<title>dflems</title>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
</head>
<body>
<div id="container">
<div id="content">
<h1>dan fleming</h1>
<p>iOS developer @ <a href="https://www.spotify.com" rel="external" target="_blank">spotify</a> 🎶</p>
<p class="links">
<a href="https://github.com/dflems" rel="external" target="_blank">github</a> //
<a href="https://twitter.com/dflems" rel="external" target="_blank">twitter</a>
</p>
</div>
</div>
</body>
</html>