20 lines
776 B
HTML
20 lines
776 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
|
||
|
|
<meta name="apple-touch-fullscreen" content="yes">
|
||
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||
|
|
<meta name="format-detection" content="telephone=no">
|
||
|
|
<link rel ="shortcut icon" type="image/x-icon" href="/static/new-favicon.ico" />
|
||
|
|
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/eruda/3.4.1/eruda.min.js"></script>
|
||
|
|
<script>eruda.init();</script> -->
|
||
|
|
<title></title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="app"></div>
|
||
|
|
<!-- built files will be auto injected -->
|
||
|
|
</body>
|
||
|
|
</html>
|