-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathindex.html
34 lines (31 loc) · 1.46 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
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DualSense Tester</title>
<script defer src="https://u.daidr.me/script.js" data-website-id="3663c024-9880-48be-a640-af9c25109c8b"
data-cache="true" data-domains="ds.daidr.me"></script>
<link rel="apple-touch-icon" sizes="180x180" href="/pwa/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/pwa/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/pwa/favicon-16x16.png">
<link rel="mask-icon" href="/pwa/safari-pinned-tab.svg" color="#2f81f7">
<meta name="apple-mobile-web-app-title" content="DualSense Tester">
<meta name="application-name" content="DualSense Tester">
<meta name="msapplication-TileColor" content="#2f81f7">
<meta name="theme-color" content="#ffffff">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100..900&display=swap" rel="stylesheet">
<style id="special-fonts">
:root {
--default-fonts: -apple-system, BlinkMacSystemFont, 'SF Pro Text', PingFang SC, 'Helvetica Neue', 'Helvetica', Hiragino Sans GB, Microsoft YaHei, sans-serif;
}
</style>
</head>
<body>
<div id="app"></div>
<div id="teleport-container"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>