-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (36 loc) · 1.72 KB
/
index.html
File metadata and controls
43 lines (36 loc) · 1.72 KB
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
<html>
<head>
<link rel="icon" href="https://avatars.githubusercontent.com/u/84490675">
<link rel="stylesheet" href="style.css">
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
<title>Collatz conjecture simulator | コラッツ数列シミュレーター</title>
</head>
<div class="header">
<h1><a href="https://mxvish.github.io">Kenta Oshima's website</a></h1>
<nav>
<a href="https://mxvish.github.io"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="m21.743 12.331l-9-10c-.379-.422-1.107-.422-1.486 0l-9 10a.998.998 0 0 0-.17 1.076c.16.361.518.593.913.593h2v7a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-4h4v4a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-7h2a.998.998 0 0 0 .743-1.669z"/></svg></a>
<a href="https://mxvish.github.io"><img src="https://avatars.githubusercontent.com/u/84490675?s=32" style="border-radius:50%"></img></a>
<a href="https://github.com/mxvish/mxvish.github.io"><img src="img/GitHub-Mark-32px.png"></a>
</nav>
</div>
<body>
<h2>Simulator | シミュレーター</h2>
<div class="row">
<div class="column">
<div class="container">
<img src="img/collatz.png" alt="Collatz Graph Image" class="gallery_img">
<div class="img_content">
<p><a href="collatz/index.html">Collatz conjecture | コラッツ数列</a></p>
</div>
</div>
</div>
<div class="column">
<div class="container">
<img src="img/clt.png" alt="Central Limit Theorem Graph Image" class="gallery_img">
<div class="img_content">
<p><a href="clt/index.html">Central limit theorem | 中心極限定理</a></p> </div>
</div>
</div>
</div>
</body>
</html>