-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcredits.html
More file actions
49 lines (46 loc) · 1.46 KB
/
credits.html
File metadata and controls
49 lines (46 loc) · 1.46 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>credits</title>
<style>
body {
background-color: #111;
color: #f1f1f1;
font-family: sans-serif;
margin: 0;
padding: 20px;
line-height: 1.6;
}
.container {
max-width: 600px;
margin: auto;
}
img {
max-width: 100%;
height: auto;
display: block;
margin-bottom: 20px;
}
</style>
</head>
<body>
<div class="container">
<img src="/neocities.png" alt="Neocities Logo">
<h1>credits</h1>
<p>commentbox.io - forums</p>
<p>hosted by neocities</p>
<p>songs: "The Second Sanctuary" by Toby Fox</p>
<p>w3spaces for giving me backups of the game files, since i went over the bandwidth limit and i didn't want to wait a month, lifesaver</p>
<p>catbox - storing music files</p>
<p>itch.io for easy advertising whole still reaching out to a large community</p>
<p>special thanks to sols RNG for inspiration</p>
<p>MIT licensed from version 5.8</p>
<p>made by auth and thanks for playing <3</p>
<p>issues? skunkolee@gmail.com</p>
<button onclick="document.getElementById('meow').play()" style="background:white;color:black;border:none;padding:10px 20px;font-size:16px;cursor:pointer;border-radius:5px;">inter</button>
<audio id="meow" src="https://files.catbox.moe/obhlmm.wav"></audio>
</div>
</body>
</html>