-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
30 lines (21 loc) · 852 Bytes
/
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">
<title>ScreenRecord</title>
<meta name="viewport"
content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0">
<meta name="description" content="Easy, fast screen recording software">
<meta name="theme-color" content="#686bd2">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="ScreenRecord">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="manifest" href="manifest.json">
<link href="src/global.css" rel="stylesheet">
<script type="module" src="build/script/pages/app-index.js"></script>
</head>
<body>
<app-index></app-index>
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
</body>
</html>