-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (33 loc) · 1.68 KB
/
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/build/pure-min.css"
integrity="sha384-X38yfunGUhNzHpBaEBsWLO+A0HDYOQi8ufWDkZ0k9e0eXz/tH3II7uKZ9msv++Ls"
crossorigin="anonymous"
>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/build/grids-responsive-min.css">
<link rel="stylesheet" type="text/css" href="ffm.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-5 pure-u-lg-1-3"></div>
<div class="pure-u-1 pure-u-md-2-5 pure-u-lg-1-3 content">
<img src="barn.png"></img>
<h1>Farm Fresh Meth</h1>
<h2>It's farm fresh!</h2>
<div class='list-header'>Find us on:</div>
<ul>
<li>Bluesky: <a href="https://bsky.app/profile/farmfreshmeth.com">@farmfreshmeth.com</a></li>
<li>Mastodon: <a rel="me" href="https://mstdn.social/@farmfreshmeth">@[email protected]</a></li>
<li>YouTube: <a href="https://www.youtube.com/user/farmFreshMeth">farmFreshMeth</a></li>
<li>Instagram: <a href="http://instagram.com/farmfreshmeth">farmFreshMeth</a></li>
<li>GitHub: <a href="https://github.com/farmfreshmeth/">farmfreshmeth</a></li>
</ul>
<div class='list-header'>Check out the <a href="https://studio84.farmfreshmeth.com">record collection</a>
</div>
<div class="pure-u-1 pure-u-md-1-5 pure-u-lg-1-3"></div>
</div>
</body>
</html>