forked from DanielAlvarez2/max-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (44 loc) · 1.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css?t=5566">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="page-container">
<div id="menu-wrapper">
<div class="hide-wrapper">
<div id="hide1" class="hide"></div>
<iframe
src="https://docs.google.com/spreadsheets/d/1qgH0MW-A91YUnwy4I0T_XNlOr98ORgycIFgXEitwFG8/htmlembed/sheet?gid=0&range=A1:A41"
frameborder="0"
id="menu1"
>
</iframe>
</div>
<div class="hide-wrapper">
<div id="hide2" class="hide"></div>
<iframe
src="https://docs.google.com/spreadsheets/d/1qgH0MW-A91YUnwy4I0T_XNlOr98ORgycIFgXEitwFG8/htmlembed/sheet?gid=0&range=B1:B41"
frameborder="0"
id="menu2"
>
</iframe>
</div>
<div id="pic-wrapper">
<div class="hide-wrapper">
<div id="hide3" class="hide"></div>
<iframe
src="https://docs.google.com/spreadsheets/d/1qgH0MW-A91YUnwy4I0T_XNlOr98ORgycIFgXEitwFG8/htmlembed/sheet?gid=0&range=C1:C31"
frameborder="0"
id="menu3"
>
</iframe>
</div>
<div id="menu-pic"></div>
</div>
</div>
</div>
</div>
</body>
</html>