-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (51 loc) · 1.12 KB
/
index.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="toof">
<style>
html {
font-family: sans-serif;
}
body {
max-width: 600px;
margin: 0 auto;
padding: 0 10px;
}
img {
max-width: 300px;
margin: auto;
}
</style>
<title>toof</title>
</head>
<body>
<h1>toof.jp</h1>
<img src="icon.png">
<h2>links</h2>
<ul>
<li>
Twitter: <a href="https://twitter.com/toof_jp">@toof_jp</a>
</li>
<li>
GitHub: <a href="https://github.com/toof-jp">toof-jp</a>
</li>
<li>
Discord: @toof_jp
</li>
<li>
Misskey: <a href="https://misskey.cloud/@toof">@[email protected]</a>
</li>
<li>
AtCoder: <a href="https://atcoder.jp/users/toof">toof</a>
</li>
<li>
Codeforces: <a href="https://codeforces.com/profile/toof">toof</a>
</li>
<li>
yukicoder: <a href="https://yukicoder.me/users/6284">toof</a>
</li>
</ul>
</body>
</html>