forked from Stanley00/anne-pro2-layout-configurator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1019 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" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Stanley00" />
<meta name="copyright" content="Public Domain" />
<meta name="keywords" content="AnnePro2, Layout" />
<meta
name="description"
content="Layout generator for Anne Pro 2 keyboard"
/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta
http-equiv="content-type"
content="application/xhtml+xml; charset=UTF-8"
/>
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="expires" content="0" />
<meta
http-equiv="Content-Security-Policy"
content="default-src *; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' "
/>
<title>Anne Pro 2 Layout Configurator</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>