-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathindex.html
41 lines (38 loc) · 1.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="description"
content="Shopping Time is an e-commerce website that has at least 150 women's clothing products with different sizes and color choices">
<meta name="keywords" content="shopping, online shopping, shopping time">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Shopping Time">
<meta property="og:description"
content="Shopping Time is an e-commerce website that has at least 150 women's clothing products with different sizes and color choices">
<meta property="og:image"
content="https://github.com/catherineisonline/shopping-time/raw/main/src/assets/images/project-preview.webp?raw=true">
<meta property="og:url" content="">
<meta property="og:type" content="website">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="Shopping Time">
<meta name="twitter:title" content="Shopping Time">
<meta name="twitter:description"
content="Shopping Time is an e-commerce website that has at least 150 women's clothing products with different sizes and color choices">
<meta name="twitter:image"
content="https://github.com/catherineisonline/shopping-time/raw/main/src/assets/images/project-preview.webp?raw=true">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#000000">
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"
as="style">
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" as="style">
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap"
as="style">
<link rel="icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/logo192.png">
<title>Shopping Time</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>