-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.03 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
<!DOCTYPE HTML>
<html lang="ja">
<head>
<meta charset="utf8">
<title>
土鍋のほーむぺーじ
</title>
<link rel="stylesheet" href="mystyle.css">
</head>
<body>
<div id="container">
<div class="item" id="side">
<p>ようこそ</p>
<p>世界一情報量の少ないホームページ目指しています</p>
</div>
<div class="hover">
<a href="https://twitter.com/ssaattwworg">儂のTwitter</a>
</div>
<div class="hover">
<a href="https://github.com/ssaattww">儂のGit Hub</a>
</div>
<div class="hover">
<a href="20180319/20180319.html">2018/03/19</a>
</div>
<!--
<div class="hover">welcome</div>
<div class="hover">E</div>
<div class="hover">F</div>
-->
</div>
</body>
<script type="text/jscript" src="myjs.js"></script>
</html>