-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
94 lines (85 loc) · 1.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#050c11" />
<meta
name="description"
content="Discover the exclusive world of Kingdom Marine. The company was founded in 2022. Custom built luxury yachts. Unparalleled design, comfort and style."
/>
<!-- Icons -->
<link rel="icon" sizes="16x16" href="/favicons/favicon-16x16.svg" />
<link rel="icon" sizes="32x32" href="/favicons/favicon-32x32.svg" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/favicons/apple-touch-icon.svg"
/>
<!-- Inter -->
<link
rel="preload"
href="/fonts/Inter/Inter-ExtraBold.ttf"
as="font"
crossorigin="anonymous"
/>
<link
rel="prefetch"
href="/fonts/Inter/Inter-Regular.ttf"
as="font"
crossorigin="anonymous"
/>
<!-- Montserrat -->
<link
rel="preload"
href="/fonts/Montserrat/Montserrat-Bold.ttf"
as="font"
crossorigin="anonymous"
/>
<link
rel="prefetch"
href="/fonts/Montserrat/Montserrat-Light.ttf"
as="font"
crossorigin="anonymous"
/>
<link
rel="preload"
href="/fonts/Montserrat/Montserrat-Regular.ttf"
as="font"
crossorigin="anonymous"
/>
<!-- Annonce -->
<link
rel="prefetch"
href="/fonts/Annonce-Regular.ttf"
as="font"
crossorigin="anonymous"
/>
<!-- Antic Didone -->
<link
rel="prefetch"
href="/fonts/AnticDidone-Regular.ttf"
as="font"
crossorigin="anonymous"
/>
<!-- Mr Dafoe -->
<link
rel="preload"
href="/fonts/MrDafoe-Regular.ttf"
as="font"
crossorigin="anonymous"
/>
<!-- Snell Roundhand -->
<link
rel="prefetch"
href="/fonts/SnellBT-Regular.otf"
as="font"
crossorigin="anonymous"
/>
<title>Kingdom Marine</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>