-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (46 loc) · 2.08 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sakamotor Official Web Site</title>
<meta name="author" content="sakamotor(@e6nlaq)">
<meta name="description" content="sakamotorは、Scratch, AtCoderなどで活動しているプログラマーです。">
<meta name="keywords" content="sakamotor, naxy,e6nlaq">
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="./image/icon.png">
<script src="./script/script.js"></script>
</head>
<body>
<header>
<img src="./image/null.png" height="35px" width="35px">
<img src="./image/icon.png" height="35px" width="35px">
<img src="./image/null.png" height="10px" width="10px">
<a class="title" href=".">e6nlaq's Homepage</a>
</header>
<img src="./image/null.png" height="100px">
<a class="gotop" href="#"></a>
<h1 class="downline">Home</h1>
<p>ようこそ!</p>
<br>
<button class="round" onclick="GoLink('./project.html');">プロジェクト</button>
<button class="round" onclick="GoLink('./about.html');">私について</button>
<!--カウンター画像からは配布サイトへリンクが設定されています。また、誤作動、誤表示の原因となりますのでコードの改変、改行は行わないで下さい。
このコメント部分は削除して頂いても結構です!-->
<nobr>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><a href="https://www.free-counter.jp/"><img src="https://www.f-counter.net/ani1/61/1672791992/"
alt="アクセスカウンター" border="0"
style="margin:0px; padding:0px; border:0px; vertical-align:bottom"></a></td>
<td><a href="https://www.free-counter.jp/"><img src="https://www.f-counter.net/ani2/61/1672791992/"
alt="アクセスカウンター" border="0"
style="margin:0px; padding:0px; border:0px; vertical-align:bottom"></a></td>
</tr>
</tbody>
</table>
</nobr>
</body>
</html>