-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathindex.html
95 lines (92 loc) · 2.75 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="description"
content="Ordering your fave Pizza is quick and easy with our app or on our website." />
<meta
property="og:title"
content="Pizza Time" />
<meta
property="og:description"
content="Ordering your fave Pizza is quick and easy with our app or on our website." />
<meta
property="og:image"
content="https://pizza-time-with-react.vercel.app/static/media/img-four-700.03b49c3bc94157053964.webp" />
<meta
property="og:url"
content="https://pizza-time-with-react.vercel.app/" />
<meta
property="og:type"
content="website" />
<meta
name="twitter:card"
content="Pizza Time" />
<meta
name="twitter:title"
content="Pizza Time" />
<meta
name="twitter:description"
content="Ordering your fave Pizza is quick and easy with our app or on our website." />
<meta
name="twitter:image"
content="https://pizza-time-with-react.vercel.app/static/media/img-four-700.03b49c3bc94157053964.webp" />
<meta
name="viewport"
content="width=device-width, initial-scale=1" />
<link
rel="icon"
href="/logo.png" />
<link
rel="apple-touch-icon"
href="/logo.png" />
<link
rel="preconnect"
href="https://img.icons8.com" />
<link
rel="preconnect"
href="https://fonts.googleapis.com" />
<link
rel="preconnect"
href="https://fonts.gstatic.com"
crossorigin />
<link
rel="preload"
href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;600;900&display=swap"
as="style"
onload="this.onload=null;this.rel='stylesheet'" />
<noscript>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;600;900&display=swap" />
</noscript>
<link
rel="preload"
href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100&display=swap"
as="style"
onload="this.onload=null;this.rel='stylesheet'" />
<noscript>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100&display=swap" />
</noscript>
<link
rel="preload"
href="https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&display=swap"
as="style"
onload="this.onload=null;this.rel='stylesheet'" />
<noscript>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&display=swap" />
</noscript>
<script
type="module"
src="/src/Index.jsx"></script>
<title>Pizza Time</title>
</head>
<body>
<div id="root"></div>
</body>
</html>