17 lines
446 B
HTML
17 lines
446 B
HTML
<!DOCTYPE html>
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
|
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
|
|
|
<html lang="en" data-bs-theme="dark">
|
|
|
|
<head>
|
|
<meta name="viewport" content="initial-scale=1, width=device-width">
|
|
<title>Gremlin</title>
|
|
</head>
|
|
|
|
<body>
|
|
{% block body %}{% endblock %}
|
|
</body>
|
|
|
|
</html> |