dinner_vote/templates/index.html

11 lines
289 B
HTML

<html lang="zh">
<head>
<link rel="stylesheet" href="/static/bootstrap.min.css">
<title>主页</title>
</head>
<body class="container text-center" style="padding-top: 120px">
<a href="dinner">点餐投票</a>
<script src="/static/bootstrap.bundle.min.js"></script>
</body>
</html>