dinner_vote/templates/index.html

11 lines
289 B
HTML
Raw Normal View History

2024-09-10 10:55:19 +08:00
<html lang="zh">
<head>
2024-09-10 15:39:26 +08:00
<link rel="stylesheet" href="/static/bootstrap.min.css">
<title>主页</title>
2024-09-10 10:55:19 +08:00
</head>
<body class="container text-center" style="padding-top: 120px">
<a href="dinner">点餐投票</a>
2024-09-10 15:39:26 +08:00
<script src="/static/bootstrap.bundle.min.js"></script>
2024-09-10 10:55:19 +08:00
</body>
</html>