forked from bucketfish/bucket-webring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (26 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/jpg" href="assets/favicon.jpg"/>
<meta property="og:type" content="website">
<meta property="og:title" content="bucket webring!" />
<meta property="og:description" content="a webring for cool people in the bucket :)" />
<meta name="theme-color" content="#ccafe9" />
<title>bucket webring!</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 id="header">welcome to the bucket webring!</h1>
<p>this is a webring for cool people in the bucket :)</p>
<p>there are currently <span id="peoplecount">x</span> members in the bucket webring:</p>
<ul id="peoplelist">
</ul>
<p>if you want to know more or to join, check our <a href="about.html">about page :)</a></p>
<hr/>
<p>this webring is hosted on github pages. check out the repo <a href="https://github.com/bucketfishy/bucket-webring">here.</a></p>
</body>
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="header.js"></script>
</html>