forked from kdrag0n/android-webinstall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 1.38 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
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta property="og:title" content="%VITE_APP_OS_NAME% Web Installer"/>
<meta property="og:description" content="Web installer for %VITE_APP_OS_NAME%"/>
<meta property="og:site_name" content="%VITE_APP_OS_NAME%"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="/favicon.png"/>
<meta property="og:image:width" content="600"/>
<meta property="og:image:height" content="600"/>
<link rel="icon" type="image/png" href="/favicon.png" />
<title>%VITE_APP_OS_NAME% Web Installer</title>
<link href="css/materialdesignicons.min.css" rel="stylesheet">
<script>window.sa_event=window.sa_event||function(){a=[].slice.call(arguments);sa_event.q?sa_event.q.push(a):sa_event.q=[a]};</script>
</head>
<body>
<noscript>
<strong
>We’re sorry but the %VITE_APP_OS_NAME% Web Installer doesn’t
work properly without JavaScript enabled. Please enable it to
continue.</strong
>
</noscript>
<div id="app"></div>
</body>
<script type="module" src="/src/main.js"></script>
</html>