fix: 相对路径

This commit is contained in:
MKStoler1024 2025-01-23 15:40:54 +08:00 committed by GitHub
parent dc6f800e10
commit 82e21728a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,13 +23,13 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<link rel="shortcut icon" href="/favicon.ico">
<link rel="shortcut icon" href="./favicon.ico">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>选择页面</title>
<style>
body {
background-image: url('/background.jpg');
background-image: url('./background.jpg');
background-size: cover;
background-repeat: no-repeat;
display: flex;
@ -82,4 +82,4 @@
<li><a href="./exam/">考试看板</a></li>
</ul>
</body>
</html>
</html>