Spaces:
Sleeping
Sleeping
File size: 484 Bytes
5221213 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jupiter FAQ Bot</title>
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
<!-- Add Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
</head>
<body>
{% block content %}{% endblock %}
</body>
</html> |