2023-01-29 05:44:19 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2024-09-19 09:38:51 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8"/>
|
2024-10-10 16:05:51 +00:00
|
|
|
<link rel="icon" href="/static/images/logo/logo.svg"/>
|
2024-09-19 09:38:51 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
2024-10-06 19:21:16 +00:00
|
|
|
<title>Loading</title>
|
2024-10-03 16:52:19 +00:00
|
|
|
<script src="/static/icons/iconfont.js"></script>
|
|
|
|
<link rel="stylesheet" type="text/css" href="/static/index.css"/>
|
2024-09-19 09:38:51 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app">
|
|
|
|
<div class="fs-bootstrap">
|
|
|
|
<div class="fs-bootstrap__main">
|
|
|
|
<div class="fs-bootstrap__loading"></div>
|
|
|
|
</div>
|
|
|
|
<div class="fs-bootstrap__footer">
|
2024-10-10 18:54:42 +00:00
|
|
|
<!-- <a href="https://github.com/certd/certd" target="_blank">-->
|
|
|
|
<!-- https://github.com/certd/certd-->
|
|
|
|
<!-- </a>-->
|
2023-01-29 05:44:19 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2024-09-19 09:38:51 +00:00
|
|
|
|
|
|
|
</div>
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
</body>
|
2023-01-29 05:44:19 +00:00
|
|
|
</html>
|