-
Notifications
You must be signed in to change notification settings - Fork 0
/
link.html
120 lines (108 loc) · 4.48 KB
/
link.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>
link
</title>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div class="main">
<header>
<h1>
Lunatic電通生もっちゃんの部屋
</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>
<h2>
Linkのお部屋
</h2>
<p>
このお部屋は、有用なひとのHPです。この人たちのLINK先もまた有用です。ぜひ、ご利用を。
</p>
<p>
<a href="http://yuto924.starfree.jp/" target="_blank">Yuto's page</a>:フランス語とLaTeXが学べます。
</p>
<p>
<a href="https://baki-0.github.io/index.html" target="_blank">B.B.B.</a>:CPUが学べます。
</p>
<p>
<a href="https://t.co/SaY7os1edq?amp=1" target="_blank">medit Link</a>:パソコンのことならお任せ屋。サイトは重め。
</p>
<p>
<a href="https://uxhpu.net/" target="_blank">あずきノート</a>:数学・物理につよいです。
</p>
<p>
<a href="http://kaico.pya.jp/" target="_blank">Kaico's village</a>:食パンについている「あれ」の人です。
</p>
<p>
<a href="https://www.hutinoatari.dev/" target="_blank">捻れたバベル</a>、<a
href="https://hutinoatari.github.io/">(閲覧注意のほう)</a>:うどん職人
</p>
<p>
<a href="https://trpfrog.net/" target="_blank">つまみnet</a>:徒歩部部長
</p>
<p>
<a href="https://minofumino.net/" target="_blank">ふみ箱</a>:徒歩部部員
</p>
<p>
<a href="https://www.kyu099.net/" target="_blank">ウサギ小屋</a>:きゅ~氏。音ゲーがうまい
</p>
<p>
<a href="https://ruuu.dev/" target="_blank">るーどっとでぶ</a>:かわいいJD(?)
</p>
<p>
<a href="https://gotti.dev/" target="_blank">ごっちでぶ</a>:ネスぺ。セキュスペ。
</p>
<p>
<a href="https://azukibar.dev/" target="_blank">アイスの棒</a>:工研の部長
</p>
<p>
<a href="https://lnln.dev/" target="_blank">りんりん.dev</a>:3Dプリンターが好き
</p>
<p>
<a href="https://www.mbsoftware.tokyo/" target="_blank">Monbrand Software!</a>:ひげさん。この人に見つかると衣装チェンジの未来…?
</p>
<p>
<a href="https://helkun.dev/" target="_blank">へる破壊財団</a>:へるくんHP。工研過労〇枠の後継者。終点の使い手の後継者でもある。
</p>
<!--
<p>
<a href="https://www.thunderbird.net/ja/" target="_blank">こちら</a>
</p>
-->
</section>
<footer>
<address>
最終更新日:2022年04月07日
</address>
</footer>
</div>
</body>
</html>