-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 911 Bytes
/
Copy pathindex.html
File metadata and controls
27 lines (27 loc) · 911 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/logo.svg" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
/>
<meta
name="google-site-verification"
content="yOtZgq67emki1zrlqRgds9vY6VSeu2PMXHhwYeaW3-Y"
/>
<meta name="description" content="We solve problems, together" />
<meta name="title" content="SupportCenter" />
<meta name="robots" content="index, follow" />
<meta name="og:description" content="We solve problems, together" />
<meta name="og:title" content="SupportCenter" />
<meta name="og:url" content="https://supportcenter-7692f.web.app" />
<meta name="og:image" content="/logo_bg.png" />
<title>Support Center</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>