-
Notifications
You must be signed in to change notification settings - Fork 7
/
join.html
52 lines (52 loc) · 2.19 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Join the Unoffice Hours Webring</title>
<title>Unoffice Hours Webring</title>
<meta name="description" content="A webring for people offering Unoffice Hours.">
<link rel="icon" type="image/png" href="/favicon.png" />
<meta property="og:site_name" content="Unoffice Hours Webring">
<meta property="og:title" content="Unoffice Hours">
<meta property="og:description" content="A webring for people offering Unoffice Hours.">
<meta property="og:type" content="website">
<meta property="og:locale" content="en">
<meta property="og:url" content="https://unofficehours.com">
<meta property="og:image" content="https://unofficehours.com/img/social.png">
<meta property="og:image:width" content="1000">
<meta property="og:image:height" content="700">
<meta property="og:image:alt" content="">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@websmyth">
<meta name="twitter:creator" content="@websmyth">
<script type="application/ld+json" id="schema">
{
"@context": "http://schema.org",
"@type": "Organization",
"url": "https://unofficehours.com,
"name": "Unoffice Hours",
"logo": "https://unofficehours.com/social.png",
"sameAs": [
"https://twitter.com/websmyth"
]
}
</script>
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="https://use.typekit.net/bkp6whf.css">
</head>
<body>
<main class="wrapper">
<article>
<header>
<h1>Join</h1>
<p class="subhead">If you host an Unoffice Hours, you can join the webring.</p>
<div class="buttons">
<a href="https://github.com/websmyth/unoffice-hours-webring" class="button">Join the webring</a>
<a href="/" class="button buttonAlt">← Back to sites</a>
</div>
</header>
</article>
</main>
<script src="https://cdn.usefathom.com/script.js" data-site="DGYXDRDO" defer></script>
</body>
</html>