1 Star 0 Fork 21

胡熠林/exam-web

forked from ForTheExam/exam-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
Baymax 提交于 2023-02-22 20:20 . 优化细节,基本完成功能
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>为考-考试系统</title>
<style>
body,
html {
margin: 0;
padding: 0;
}
.loading-wrap {
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.loading-wrap .loading {
width: 150px;
height: 150px;
}
.loading-wrap .info,
.loading-wrap .author {
text-align: center;
font-weight: bold;
font-size: 16px;
color: grey;
}
.loading-wrap .author {
font-size: 14px;
}
</style>
</head>
<body>
<div id="app">
<div class="loading-wrap">
<div>
<img src="/logo.svg" class="loading" />
<a style="text-decoration: none;" href="https://gitee.com/baymaxsjj">
<p class="info">为考-考试系统</p>
<p class="author">@Baymax</p>
</a>
</div>
</div>
</div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zk510/exam-web.git
git@gitee.com:zk510/exam-web.git
zk510
exam-web
exam-web
master

搜索帮助