-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (51 loc) · 1.47 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
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang='ja'>
<head>
<meta charset="utf-8">
<title>Twitter</title>
<link rel="stylesheet" href="test.css">
</head>
<body>
<header>
うんちぶり!w
</header>
<p class="self-intro">
<img src='icon.png' alt="これはぼく" width="20%" height="20%" >
←学業に支障をきたした(最上川)
</p>
<p class="ushitapu">
うぃーんビートビートひるどwwwwwwうっくっくwwwwwwえいえいえt(←いずらいt)いえいwwwwらて。
</p>
<table border="1" class="table">
<tr>
<th>t<span>ourist</span></th>
<th><span>赤</span></th>
<th>その他</th>
</tr>
<tr>
<td>とてもつよい</td>
<td>つよい</td>
<td>ふつう</td>
</tr>
<tr>
<td>はいプロ</td>
<td>はいプロ</td>
<td>はいプロ</td>
</tr>
</table>
<br>
~楽しいみんなも競プロやろうな<br>
こんなに楽しいものは無いよ<br>
さあ早く始めよう<br>
一緒にこの快感を味わう~<br>
<br>
<a href="http://atcoder.jp/">AtCoder</a>
<script src="bundle.js"></script>
<p class="yabasite">
<a href="https://0214sh7.github.io/test/link/">ヤバサイト</a>
</p>
<footer>
すくたぷにきあくん笑
</footer>
</body>
</html>