-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (45 loc) · 1.1 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<style>
html {
font-family: sans-serif;
}
img {
max-width: 10rem;
}
#main {
text-align: center;
margin-bottom: 5rem;
}
ul {
list-style: none;
}
</style>
<title>Pirate Wikis</title>
</head>
<body>
<div id="main">
<img src="pirate-party.svg" alt="pirate party logo" />
<h1>Pirate Wikis</h1>
<p>
a list of pirate party wikis.
</p>
<ul id="list"><li>loading</li></ul>
</div>
<h2>Add a wiki</h2>
<p>
Go to the <a href="https://github.com/PPOE/pirate-wikis">pirate-wikis github project</a> and add the wiki there.
</p>
<h2>Embed the list in some html.</h2>
<p>
Paste this code in your html.
</p>
<code>
<iframe src="https://ppoe.github.io/pirate-wikis/embed.html"></iframe>
</code>
<script src="script.js"></script>
</body>
</html>