-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (32 loc) · 1.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🍔</text></svg>"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SUPERLARGE</title>
<meta
name="description"
content="給你超滿足超級大的無敵漢堡,讓你吮指回味的好味道! SUPERLARGE
BURGER - Unforgettable Flavor!"
/>
<meta property="og:title" content="SUPERLARGE 超級大漢堡" />
<meta
property="og:description"
content="給你超滿足超級大的無敵漢堡,讓你吮指回味的好味道!"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.superlarge.com" />
<meta
property="og:image"
content="https://res.cloudinary.com/thegroup/image/upload/c_fit,w_1200,h_630/v1651174620/github/superlarge/burgur-yummy.png"
/>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>