2023-10-11 22:42:04 +08:00
|
|
|
<!doctype html>
|
2021-07-17 05:22:03 +08:00
|
|
|
<html lang="en">
|
2022-12-10 03:34:25 +08:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<link rel="icon" type="image/svg+xml" href="favicon.png" />
|
|
|
|
<meta
|
|
|
|
name="viewport"
|
|
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0"
|
|
|
|
/>
|
|
|
|
<title><%- title %></title>
|
|
|
|
<script>
|
|
|
|
window.global = window;
|
|
|
|
</script>
|
|
|
|
</head>
|
2022-02-03 07:02:40 +08:00
|
|
|
|
2024-03-13 21:58:21 +08:00
|
|
|
<!-- The default class is: .no-theme {display: none}. It will be overwritten once the app is loaded. -->
|
|
|
|
<body class="no-theme">
|
2022-12-10 03:34:25 +08:00
|
|
|
<div id="root"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|