mirror of https://github.com/certd/certd
28 lines
824 B
HTML
28 lines
824 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<link rel="icon" href="/static/images/logo/logo.svg"/>
|
|
<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"/>
|
|
</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>-->
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|