-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsource.html
96 lines (86 loc) · 3.5 KB
/
source.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="UTF-8" />
<title>Source – KPSS</title>
<meta
name="description"
content="Kiss-pie-storm-safe is a self-imposed
style of playing Toontown in which you make toons that are
soundless AND lureless AND trapless."
/>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="./style.css" type="text/css" />
<link rel="icon" type="image/png" href="./img/favicon.png" />
</head>
<body>
<div class="section" id="section-0">
<div class="inner-section">
<header id="main-header">
<div id="header-div">
<h1>Kiss-pie-storm-safe</h1>
<p class="subheader">Truly soundless & lureless Toontown</p>
</div>
<div id="main-logo-container">
<img
src="./img/kpss.svg"
id="main-logo"
alt="Kiss-pie-storm-safe logo (CC BY-SA 4.0+; “lipstick” by Marco Livolsi, “Pie” by Made x Made, “storm” by tsv, “safe” by Vectorstall; all parent works CC BY licensed and obtained from the Noun Project)"
title="Kiss-pie-storm-safe logo (CC BY-SA 4.0+; “lipstick” by Marco Livolsi, “Pie” by Made x Made, “storm” by tsv, “safe” by Vectorstall; all parent works CC BY licensed and obtained from the Noun Project)"
/>
</div>
</header>
<nav id="main-nav">
<ul id="main-nav-list">
<li><a href="./index.html">Home</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./combos/index.html">Combos</a></li>
<li><a href="./images.html">Images</a></li>
<li><span>Source</span></li>
</ul>
</nav>
<p>
Ever thought of playing the entire game of
<a href="https://en.wikipedia.org/wiki/Toontown_Online">Toontown</a>
without ever using sound or lure? Probably not, but <em>now</em> you
have. If that sounds interesting to you as a fun challenge or just as
a way to balance the game, then it is YOU that we are looking for to
come play <strong>kiss-pie-storm-safe</strong> (KPSS) Toontown with
us!
</p>
</div>
</div>
<div class="section" id="section-1">
<div class="inner-section">
<h2>Source</h2>
<p>
The contents of this website are licensed to anyone under the terms
of the
<a href="https://www.gnu.org/licenses/agpl-3.0.en.html"
>GNU Affero General Public License, version 3</a
>
(or any higher version, at your option). Source is available at
<a href="https://github.com/JonathanHelianthicusDoe/kpss"
>https://github.com/JonathanHelianthicusDoe/kpss</a
>. See
<a href="./combos/web_labels.html" data-jslicense="1"
>here for the jslicense-labels1 page</a
>
for this website.
</p>
<a href="https://www.gnu.org/licenses/agpl-3.0.en.html"
><img
src="./img/external/agplv3-with-text-162x68.png"
alt="GNU AGPL v3+"
title="GNU AGPL v3+"
/></a>
</div>
</div>
<div class="section" id="section-2">
<div class="inner-section">
<h3>Images</h3>
See <a href="./images.html">Images</a>.
</div>
</div>
</body>
</html>