xiaoju-survey/server/src/apps/ui/public/render.html

12 lines
305 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>
</head>
<body>
<h2 id="hello">问卷投放端</h2>
</body>
</html>