thecoderhere's picture
Upload 23 files
5221213 verified
raw
history blame contribute delete
484 Bytes
<!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>