-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
27 lines (26 loc) · 858 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1,user-scalable=no, shrink-to-fit=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<meta content="" name="keywords">
<meta content="" name="description">
<title>UI</title>
<script>
// (function () {
// var script = document.createElement('script')
// script.src = 'https://cdn.jsdelivr.net/npm/eruda'
// script.onload = function () {
// eruda.init()
// }
// document.head.appendChild(script)
// })()
</script>
</head>
<body>
<div id="app"></div>
</body>
</html>