-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
33 lines (26 loc) · 1018 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
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Fish repository</title>
<link rel="stylesheet" type="text/css" href="fish.css">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
</head>
<body>
<h1>Fish repository</h1>
<p><a href="https://googology.fandom.com/wiki/User:Kyodaisuu">Fish</a> puts some pages here. Contact me by <a href="https://twitter.com/kyodaisuu">Twitter</a> or <a href="https://googology.fandom.com/wiki/User_talk:Kyodaisuu">Googology Wiki</a>.</p>
<h2>Googology</h2>
<ul>
<li><a href="illion/">Conway's zillion numbers</a></li>
<li><a href="mega/">Last 100000 digits of mega</a></li>
<li><a href="python/">Python calculator</a></li>
</ul>
<h2>Non-googology</h2>
<ul>
<li><a href="music/">Sound file</a>
<li><a href="github/">GitHub でお手軽文書公開 (in Japanese)</a>
</ul>
</body>
</html>