-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (34 loc) · 1.46 KB
/
index.html
File metadata and controls
35 lines (34 loc) · 1.46 KB
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
<!DOCTYPE html>
<html lang="en">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<meta property="og:title" content="Apperson Automotive" />
<meta property="og:description" content="Your one stop auto shop where honesty, quality work, and fair pricing are guaranteed" />
<meta property="og:image" content="https://dl.dropboxusercontent.com/s/mg5abfcch54phzb/AppersonFav.png?dl=0" />
<meta property="og:url" content="https://www.appersonautomotive.com" />
<title>Apperson Automotive</title>
<base href="/" />
<link rel="icon" href="/favicon.ico" />
<link href="https://fonts.googleapis.com/css?family=PT Sans Caption" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Habibi" rel="stylesheet" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf"
crossorigin="anonymous"
/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<div>
<div id="root">
<div class="splash">
<div class="message">Apperson Automotive</div>
<i class="fa fa-spinner fa-spin"></i>
</div>
</div>
</div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>