-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.html
34 lines (31 loc) · 1.21 KB
/
credits.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="styles.css">
<title>Credits</title>
</head>
<body style="text-align: center">
<h1>Credits</h1>
<div class="container">
<div id="sidebar-left">
<a href="/index.html" class="button">
<img class="unpressed" src="/Styles/return-button-unpressed.png" alt="Unpressed Button" title="Return">
<img class="pressed" src="/Styles/return-button-pressed.png" alt="Pressed Button" title="Return">
</a>
</div>
<div id="center">
<div class="description" style="width: 384px; margin: auto;">
<p>
Home theme: <a href="https://puyonexus.com/wiki/Puyo_Puyo~n" target="_blank">"What Doing, you Play?" from Puyo Puyo~n (N64)</a><br><br>
Navigation buttons: <a href="https://puyonexus.com/wiki/Disc_Station" target="_blank">DiscStation 16</a><br><br>
Cursor: <a href="https://puyonexus.com/wiki/Madou_Monogatari:_Tower_of_the_Magician" target="_blank"> Madou Monogatari: Tower of the Magician</a>
</p>
</div>
</div>
<div id="sidebar-right">
</div>
</div>
</body>
</html>