-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (94 loc) · 3.83 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
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
97
<!DOCTYPE HTML>
<html lang=en>
<!--begin project! (2023-10-25)
last update: 2023-10-28-->
<head>
<title>my taiko charts!</title>
<script src="script.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<meta name="description" content="collection of the custom taiko charts i have made">
<meta name="author" content="pastelle~x64 a.k.a. microwave-on-a-fridge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
</head>
<body>
<h1>welcome! here are my custom taiko charts :)</h1>
<div class="row">
<div class="left">
<div class="section">
<img class="jacket" src="img/jackets/The World Ends Now.png" alt="Song Jacket">
<h1>The World Ends Now</h1>
<b class="artist">Akira Complex</b>
<br>
<br>
<b class="difftext">N/A<br><br><br>N/A<br><br><br>N/A<br><br><br>10★<br><br><br>N/A</b>
<img class="diffimage" src="img/diff.png" alt="Difficulty icons">
<br>
<a href="charts/The World Ends Now.zip" download>
<div class="section-button">
Download!
</div>
</a>
</div>
</div>
<div class="right">
<div class="section">
<img class="jacket" src="img/jackets/ORCA.png" alt="Song Jacket">
<h1>ORCA</h1>
<b class="artist">かめりあ (Camellia)</b>
<br>
<br>
<b class="difftext">N/A<br><br><br>N/A<br><br><br>N/A<br><br><br>10★<br><br><br>N/A</b>
<img class="diffimage" src="img/diff.png" alt="Difficulty icons">
<br>
<a href="charts/ORCA.zip" download>
<div class="section-button">
Download!
</div>
</a>
</div>
</div>
</div>
<div class="row">
<div class="left">
<div class="section">
<img class="jacket" src="img/jackets/SURVIVAL AT THE END OF THE UNIVERSE.png" alt="Song Jacket">
<h3>SURVIVAL AT THE END OF THE UNIVERSE</h3>
<b class="artist">Akira Complex</b>
<br>
<br>
<b class="difftext">N/A<br><br><br>N/A<br><br><br>N/A<br><br><br>10★<br><br><br>N/A</b>
<img class="diffimage" src="img/diff.png" alt="Difficulty icons">
<br>
<a href="charts/SURVIVAL AT THE END OF THE UNIVERSE.zip" download>
<div class="section-button">
Download!
</div>
</a>
</div>
</div>
<div class="right">
<div class="section">
<img class="jacket" src="img/jackets/Last Card.png" alt="Song Jacket">
<h1>Last Card</h1>
<b class="artist">kors k</b>
<br>
<br>
<b class="difftext">N/A<br><br><br>N/A<br><br><br>N/A<br><br><br>10★<br><br><br>N/A</b>
<img class="diffimage" src="img/diff.png" alt="Difficulty icons">
<br>
<a href="charts/Last Card.zip" download>
<div class="section-button">
Download!
</div>
</a>
</div>
</div>
</div>
</div>
<a href="https://github.com/microwave-on-a-fridge/charts">
<img style="position: fixed; bottom: 5px; right: 5px;" src="img/alls.png">
</a>
</body>
</html>