-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
95 lines (78 loc) · 3.54 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Carta La Bicicleta</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<meta name="author" content="Carta la Bicicleta">
<meta name="description" content="Carta la Bicicleta" />
<meta name="keywords" content="" />
<meta name="robots" content="La Bicicleta" />
<meta name="theme-color" content="#ffffff" />
<link rel="canonical" href="https://huetez.github.io/bicicleta-menu/" />
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<meta itemprop="name" content="Carta la Bicicleta">
<meta itemprop="description" content="La Bicicleta">
<meta property="og:site_name" content="Carta la Bicicleta">
<meta property="og:url" content="/">
<meta property="og:title" content="Carta la Bicicleta">
<meta property="og:image" content="favicon.png">
<meta property="og:locale" content="en-us">
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://huetez.github.io/bicicleta-menu/"/>
<meta name="twitter:title" content="Carta La Bicicleta"/>
<meta name="twitter:description" content="daily specials google sheets"/>
</head>
<body>
<div id="spinner" class="show"></div>
<div id="app">
<section id="specialssection" class="specials-container" v-if="menuItems_L" >
<div id="special_component" >
<!-- <h1>Daily Specials</h1> -->
<img class="logo" src="logo.png">
<div class="specials-table-container">
<table id="table_1">
<tbody id="tbody_1">
<tr class="nameandprice">
<td >
<span >Entrantes</span>
</td>
<td >
<span >precio €</span>
</td>
</tr>
<tr class="description">
<td colspan="2">Description</td>
</tr>
</tbody>
</table>
<table id="table_2">
<tbody id="tbody_2">
<tr class="nameandprice">
<td >
<span >Especialidades</span>
</td>
<td >
<span >precio €</span>
</td>
</tr>
<tr class="description">
<td colspan="2">Description</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
</div>
<!-- partial -->
<!-- <script src='https://cdnjs.cloudflare.com/ajax/libs/vue/2.5.17/vue.min.js'></script> -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/axios/0.18.0/axios.min.js'>
</script><script src="./myscript.js"></script>
</body>
</html>