-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (27 loc) · 839 Bytes
/
Copy pathindex.html
File metadata and controls
29 lines (27 loc) · 839 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,
height=device-height,
initial-scale=1,
maximum-scale=1,
user-scalable=no">
<title>まちなか宝さがし合戦</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<div class="title">
<img class="title-img" src="image/title.png" alt="">
</div>
<div class="title-gai">
<img class="title-gai-img" src="image/title_gai.png" alt="">
</div>
<div class="title-start">
<img class="title-start-img" src="image/title_start.png" alt="">
</div>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/takara.js"></script>
</body>
</html>