-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.html
15 lines (15 loc) · 861 Bytes
/
settings.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html style="background-color: darkgray;">
<body>
<h1 style="color:white;">Settings</h1>
<p style="color:white;">Hmmm... Seems a bit empty here...</p>
<br><br><br>
<h2 style="color:white;">Credits</h1>
<b style="color:white;">Logan Hall - Team Lead & Map Design</b><br>
<b style="color:white;">Brayden - Minigame Design</b><br>
<audio controls controlsList="nodownload noplaybackrate"><source src="./images/custom/credits_brayden.mp3" type="audio/mpeg"></audio><br>
<br>
<b style="color:white;">Tony Martinez - Team Lead & Systems Design</b><br>
<b style="color:white;">Ezra - Backend & Save Integration</b><br>
<audio controls controlsList="nodownload noplaybackrate"><source src="./images/custom/credits_matthew.mp3" type="audio/mpeg"></audio><br>
</body>
</html>