Riskless/templates/index.html

9 lines
157 B
HTML
Raw Normal View History

2022-12-26 14:13:02 +00:00
<!DOCTYPE html>
<html>
<head>
<script src="{{ url_for('static', filepath='js/index.js') }}"></script>
</head>
<body>
</body>
</html>