Riskless/templates/index.html
2022-12-29 14:11:18 +00:00

14 lines
367 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<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>
</head>
<body>
</body>
</html>