certd/packages/ui/certd-client/index.html

28 lines
824 B
HTML
Raw Normal View History

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"/>
<title>Loading</title>
<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">
<!-- <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>