-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
26 lines (26 loc) · 1.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Run Anything</title>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<meta name="description" content="Blazingly fast, standalone, cross‐platform binary that runs anything" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Run Anything" />
<meta property="og:description" content="Blazingly fast, standalone, cross‐platform binary that runs anything" />
<meta property="og:image" content="https://%VITE_HOST%/og.jpg" />
<meta property="og:url" content="https://%VITE_HOST%" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" purpose="any maskable" />
<link rel="icon" type="image/png" sizes="1024x1024" href="/favicon-1024.png" />
<link rel="icon" type="image/png" sizes="180x180" href="/favicon-180.png" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/%VITE_HOST%.tsx"></script>
</body>
</html>