19 lines
684 B
HTML
19 lines
684 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<link rel="icon" type="image/x-icon" href="/Favicon16x16.png" sizes="16x16" />
|
||
|
<link rel="icon" type="image/x-icon" href="/Favicon32x32.png" sizes="32x32" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
|
<meta name="theme-color" content="#000000" />
|
||
|
<script type="module" src="/conf/runtime-config.js"></script>
|
||
|
<link rel="manifest" href="/manifest.json" />
|
||
|
<title>upda</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||
|
<div id="root"></div>
|
||
|
<script type="module" src="/src/index.tsx"></script>
|
||
|
</body>
|
||
|
</html>
|