-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (29 loc) · 2.44 KB
/
index.html
File metadata and controls
32 lines (29 loc) · 2.44 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>HackTheTrack</title>
<meta name="description" content="Simple open source datalog viewer">
<!-- PWA Meta Tags -->
<meta name="theme-color" content="#1a1a2e" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="HackTheTrack" />
<!-- Icons -->
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" />
<meta property="og:title" content="HackTheTrack">
<meta name="twitter:title" content="HackTheTrack">
<meta property="og:description" content="Simple open source datalog viewer">
<meta name="twitter:description" content="Simple open source datalog viewer">
<meta property="og:image" content="https://storage.googleapis.com/gpt-engineer-file-uploads/attachments/og-images/4662e3cf-b3ae-4a6f-bc98-063c5777a60c?Expires=1771044008&GoogleAccessId=go-api-on-aws%40gpt-engineer-390607.iam.gserviceaccount.com&Signature=QloYKQKOUWxjp2tiwGclt6daNQW9fmangqiVcW9S32QaVSTQtOA%2FBNGE63azEhblxZQi5yx9JToUQDAm9OijLFqz7n%2Bqae5mgjH24aY9Ozb1aW57YjAzp4KSlcH7j8c3eUuAd3s0PtNlM5fV1kA%2F1SUqErwbr5WObft%2FSNCH4OuA4VkwjMRCfoE8aZMvH9or9ILl8q7V0Bllzd7u29iPMSfOO2go72zbtpBJnh10UX3nnxM5wT3wc9%2B5Yb01qBSjqESIRiNy3Oe8mWBdiy6xgy2KvG4m%2FzgS%2BNr87Tv2vnS0apuE9SrnA06flu2ys6%2BPkEeojZVzis1lF4hwnZDt2w%3D%3D">
<meta name="twitter:image" content="https://storage.googleapis.com/gpt-engineer-file-uploads/attachments/og-images/4662e3cf-b3ae-4a6f-bc98-063c5777a60c?Expires=1771044008&GoogleAccessId=go-api-on-aws%40gpt-engineer-390607.iam.gserviceaccount.com&Signature=QloYKQKOUWxjp2tiwGclt6daNQW9fmangqiVcW9S32QaVSTQtOA%2FBNGE63azEhblxZQi5yx9JToUQDAm9OijLFqz7n%2Bqae5mgjH24aY9Ozb1aW57YjAzp4KSlcH7j8c3eUuAd3s0PtNlM5fV1kA%2F1SUqErwbr5WObft%2FSNCH4OuA4VkwjMRCfoE8aZMvH9or9ILl8q7V0Bllzd7u29iPMSfOO2go72zbtpBJnh10UX3nnxM5wT3wc9%2B5Yb01qBSjqESIRiNy3Oe8mWBdiy6xgy2KvG4m%2FzgS%2BNr87Tv2vnS0apuE9SrnA06flu2ys6%2BPkEeojZVzis1lF4hwnZDt2w%3D%3D">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:type" content="website">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>