index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<script src="{
{url_for('static',filename='jquery.js')}}"></script>
<style>
.my_table {
width: 60%;
}
</style>
<style>
#mask {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, .3);
color: #fff;
font-size: 30px;
text-align: center;
padding-top: 300px;
display: none;
}
</style>
<script>
function setCookie(name, value) {
let Days = 30;
let exp = new Date();
exp.setTime(exp.getTime() + Days *