-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (31 loc) · 1.02 KB
/
Copy pathindex.html
File metadata and controls
33 lines (31 loc) · 1.02 KB
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="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title></title>
<link rel="stylesheet" type="text/css" href="./css/site.css">
</head>
<body>
<!--<div>
<input type="checkbox" id="chkM" />
<input type="checkbox" id="chkL" />
</div>-->
<div id="container-main" class="container">
<div id="container-btn" class="container disp-none">
<div>
<div class="BtnContainer">
<a id="btn-ice" class="btn btn-ice"></a>
</div>
<div class="BtnContainer">
<a id="btn-hot" class="btn btn-hot"></a>
</div>
</div>
</div>
<div id="container-shadow" class="container">
<div>カップをセットしてください。</div>
</div>
</div>
<script type="text/javascript" src="./scripts/jquery-2.1.4.js"></script>
<script type="text/javascript" src="./scripts/sevencafe.js"></script>
</body>
</html>