forked from jackmcdade/weird-wide-webring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
join.html
22 lines (22 loc) · 1.16 KB
/
join.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Join the Weird Wide Webring</title>
<meta name="description" content="Instructions on how to join the Wieerd Wide Webring. Because the web needs a little more weird.">
<link rel="icon" type="image/png" href="/favicon.png" sizes="16x16" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" href="/style.css">
<link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet">
</head>
<body>
<h1>Join the Weird Wide Webring</h1>
<div class="content">
<p>If you wish the web were simpler, more fun, and all around more weird, this might be for you. Head over to <a href="https://github.com/jackmcdade/weird-wide-webring">github</a> for instructions on how to submit your site.</p>
<p>← Go back to the <a href="/">sites</a>.</p>
</div>
<a href="https://github.com/jackmcdade/weird-wide-webring">
<img class="github" src="/github.gif" alt="Join the Weird Wide Webrin gon Github" height="100" width="100" />
</a>
</body>
</html>