-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (21 loc) · 1.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sentinel Legal</title>
<meta name="description" content="Sentinel is a law firm focused on hidden commissions and unjustifiably high rates, especially in Car Finance (PCP) and Business Energy Claims."/>
<meta property="og:title" content="Sentinel Legal"/>
<meta property="og:description" content="Sentinel is a law firm focused on hidden commissions and unjustifiably high rates, especially in Car Finance (PCP) and Business Energy Claims."/>
<meta property="og:image" content="/sentinel-legal-icon.png"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://sentinellegal.co.uk"/>
<meta name="theme-color" content="#F3F4F6">
<link rel="icon" href="/sentinel-legal-icon.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/sentinel-legal-icon.png">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>