xiaoju-survey/server/public/index.html

16 lines
424 B
HTML
Raw Normal View History

2023-11-02 12:12:37 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>问卷管理端</title>
2024-03-14 13:50:57 +00:00
<link rel="stylesheet" href="/commom.css">
2023-11-02 12:12:37 +00:00
</head>
<body>
<div id="main">
2024-03-14 13:50:57 +00:00
<img src="/nodata.png" alt="">
<p class="title">暂无数据</p>
</div>
2023-11-02 12:12:37 +00:00
</body>
</html>