-
Notifications
You must be signed in to change notification settings - Fork 0
/
nichijyou.html
62 lines (54 loc) · 1.67 KB
/
nichijyou.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
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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>
日常・大学生活
</title>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div class="main">
<header>
<h1>
試行錯誤の部屋
</h1>
</header>
<aside>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/">Top</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_1">情報基盤センター利用開始手順解説</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/nichijyou">日常・大学生活</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/koken">こーけん</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/mani">まにけん</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/touhou-club">電々。通信</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/sns">SNS</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/link">有用UEC生のlink集</a>
</p>
</aside>
<section>
<p>
工事中
</p>
</section>
<footer>
<address>
最終更新日:2019年09月27日
</address>
</footer>
</div>
</body>
</html>