dinner_vote/templates/index.html

11 lines
319 B
HTML
Raw Normal View History

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