-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
22 lines (22 loc) · 812 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>Shimamura Sakura</title>
<body>
<h1>Shimamura Sakura</h1>
<div>Yes, it's from Shimamura Hougetsu + Adachi Sakura</div>
<ul>
<li><a href="dither">Image Dithering</a></li>
<li><a href="scramble">Image Scrambler (i guess it works)</a></li>
<li><a href="gl-kz">WebGL KreedZ (old)</a></li>
<li><a href="webgl-kz">WebGL KreedZ (new)</a></li>
<li><a href="ncmdump">Dump Netease NCM file</a></li>
<li><a href="kana-practice">Japanese Kana Practice</a></li>
<li><a href="ba-logo">Blue Archive logo generator</a></li>
</ul>
<div>Friends</div>
<ul>
<li><a href="https://nebulas-star.github.io/">Nebulas</a></li>
</ul>
</body>
</html>