-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (74 loc) · 3.06 KB
/
index.html
File metadata and controls
78 lines (74 loc) · 3.06 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rei</title>
<meta name="description" content="Web apps and libraries">
<link rel="icon" href="./favicon.svg" type="image/svg+xml">
<meta property="og:title" content="rei1024.github.io" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://rei1024.github.io/" />
<meta property="og:url" content="https://rei1024.github.io/" />
<meta property="og:site_name" content="rei1024.github.io" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="rei1024.github.io" />
<script type="application/ld+json">
{"url":"https://rei1024.github.io/","@type":"WebSite","headline":"Rei","name":"Rei","@context":"https://schema.org"}
</script>
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<script defer src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.min.js" integrity="sha384-IDwe1+LCz02ROU9k972gdyvl+AESN10+x7tBKgc9I5HFtuNz0wWnPclzo6p9vxnk" crossorigin="anonymous"></script>
</head>
<body>
<header class="mt-2 container">
<h1>Rei</h1>
</header>
<main class="container">
<section>
<h2>
Web Apps
</h2>
<ul>
<li>
<a href="https://rei1024.github.io/game-of-life-3d/">Conway's Game of Life in 3D</a>
</li>
<li>
<a href="https://rei1024.github.io/oscilloscope/">Oscilloscope - Oscillator analyzer</a>
</li>
<li>
<a href="https://rei1024.github.io/apgsembly-emulator/">APGsembly 2.0 Emulator</a>
</li>
<li>
<a href="https://rei1024.github.io/323-web-emulator/">323 web emulator</a>
</li>
</ul>
</section>
<section>
<h2>
Experimentation
</h2>
<ul>
<li>
<a href="https://rei1024.github.io/web/">Web</a> Experimentation of Web API (Japanese)
</li>
</ul>
</section>
<section>
<h2>
Library
</h2>
<ul>
<li>
<a href="https://jsr.io/@ca-ts">@ca-ts</a> Cellular automaton libraries for TypeScript
</li>
</ul>
</section>
</main>
<hr>
<footer class="container">
<p><a href="https://github.com/rei1024/rei1024.github.io">source</a></p>
</footer>
</body>
</html>