Riskless/templates/index.html

14 lines
367 B
HTML
Raw Normal View History

2022-12-26 14:13:02 +00:00
<!DOCTYPE html>
2022-12-29 14:11:18 +00:00
<html lang="en">
2022-12-26 14:13:02 +00:00
<head>
2022-12-29 14:11:18 +00:00
<title>Riskless</title>
<link href="{{ url_for('static', filename='css/style.css') }}" rel="stylesheet">
<script src="https://cdn.socket.io/4.5.4/socket.io.min.js"></script>
<script src="{{ url_for('static', filename='js/index.js') }}"></script>
2022-12-26 14:13:02 +00:00
</head>
<body>
</body>
</html>