-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 789 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>NishiCell</title>
<link rel="stylesheet" href="./resource/style.css">
<script src=./resource/script.js></script>
</head>
<body>
<section>
<h1>二十二 章</h1>
<img src="./image/celluneko.png" alt="CelluNeko" id="celluneko">
<p><b>celluloce</b><br>
ArchでVim使ってRustを書いてる理学部化学科
生。<br>
群論と錯体が好き。</p>
<a href="./article/muki.html">無機・群論</a>
<a href="./article/rust.html">Rust</a>
<a href="./article/other.html">その他</a>
<a href="https://twitter.com/celluloce24" target="_blank">Twitter</a>
<a href="https://qiitadon.com/@celluloce" target="_blank">Mastodon</a>
</section>
</body>
</html>