-
Notifications
You must be signed in to change notification settings - Fork 0
/
mentone.html
47 lines (38 loc) · 1.3 KB
/
mentone.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
<!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>Codename Mentone</title>
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="./image/icon.png">
<script src="./script/mentone.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">Online 攻防戦 2023</h1>
<p>前作「億・攻防戦」と猫がパワーアップして帰ってきた!</p>
<p>新要素もたくさん!</p>
<ul>
<li>仕事</li>
<li>ショップ</li>
<li>実績</li>
</ul>
<p>などなど...</p>
<br>
<h1 class="downline">公式ゲームトレーラー</h1>
<video preload="auto" controls src="./video/mentone1.mp4" height="400" width="710.4px"></video>
<br>
<p>画面は開発中のものです。</p>
<h1 class="downline">準備はできているか?</h1>
<a href="https://scratch.mit.edu/projects/736972319">さあ、行こう!</a>
</body>
</html>