16 lines
424 B
HTML
16 lines
424 B
HTML
<!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>
|
|
<link rel="stylesheet" href="/commom.css">
|
|
</head>
|
|
<body>
|
|
<div id="main">
|
|
<img src="/nodata.png" alt="">
|
|
<p class="title">暂无数据</p>
|
|
</div>
|
|
</body>
|
|
</html> |