-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 926 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
<!DOCTYPE html>
<html>
<head>
<title>Josh Taylor | just another day</title>
<link rel="canonical" href="https://joshtaylor.xyz/">
<link href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpi/P//PwMlgImBQjBqwKgBowYMFgMAAgwAY5oDHVti48YAAAAASUVORK5CYII=" rel="icon" type="image/png">
<style type="text/css">
body {
margin: 0;
padding: 7px;
text-align: center;
font-size: 14px;
font-family: Verdana, sans-serif;
color: #000;
}
a {
color: #777;
}
</style>
</head>
<body>
<p><a href="https://fresh.codes/">Fresh Codes</a> is my home.</p>
<p><a href="https://github.com/joshtaylor" rel="me">GitHub</a> holds a thought or two.</p>
<p>I am <a href="https://mastodon.social/@josh_taylor" rel="me">Josh Taylor</a>.</p>
</body>
</html>