-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (34 loc) · 1.86 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
<!doctype html>
<html lang="en">
<head>
<!-- General -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
<title>Font Hill Records</title>
<!-- Mobile first tags -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Meta descriptions and keywords for SEO -->
<meta name="description" content="Explore and buy classic and modern vinyl records from a wide selection of genres. Find rare vinyls, new releases, and timeless albums to complete your collection.">
<meta name="keywords" content="vinyl records, buy vinyl, classic albums, music store, record collection, vinyl shop, LP, new releases, rare vinyl, vintage records, vinyl albums">
<!-- Open Graph for social media sharing -->
<meta property="og:title" content="Font Hill Records">
<meta property="og:description" content="Shop classic and modern vinyl records. Discover rare finds and new releases.">
<meta property="og:image" content="'../../assets/vinylLog.jpg'">
<meta property="og:url" content="https://github.com/fac30/PRO04_Front_Josh_Marika_Max.git">
<!-- Favicon and branding -->
<link rel="icon" type="image/jpeg" href="./src/assets/vinylLog.jpg">
<link rel="apple-touch-icon" href="./src/assets/vinylLog.jpg">
<meta name="theme-color" content="#ffffff">
<!-- Stylesheets -->
<link rel="stylesheet" href="./src/App.css">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>