-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresult.html
54 lines (34 loc) · 1.26 KB
/
result.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/basic.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Klee+One:wght@600&family=M+PLUS+Rounded+1c&family=Sawarabi+Gothic&display=swap"
rel="stylesheet">
<link rel="icon" href="img/mountain-icon.jpeg">
<title>YAMANOTE</title>
</head>
<!-- 再プッシュ! -->
<body>
<ul class="btn">
<li id="storage">ギャラリー</li>
</ul>
</div>
<div class="box_stock">
<p id="stock"></p>
</div>
</main>
<footer>
<small>YAMANOTE 2022</small>
</footer>
<!-- //--------------------------------JavaScript---------------------------------// -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script type="text/javascript" src="../mountain-note/js/basic.js"></script>
</body>
</html>