This commit is contained in:
2022-12-26 14:13:02 +00:00
parent 23ae029795
commit 3a7c1d8630
4 changed files with 135 additions and 0 deletions

8
templates/index.html Normal file
View File

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<script src="{{ url_for('static', filepath='js/index.js') }}"></script>
</head>
<body>
</body>
</html>