27 lines
792 B
HTML
27 lines
792 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>JADE 2.0</title>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
|
|
<link href="https://fonts.googleapis.com/css?family=Russo+One" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="/animations.css">
|
|
<link rel="stylesheet" href="/style.css">
|
|
|
|
<meta name="google-signin-client_id" content="YOUR_CLIENT_ID.apps.googleusercontent.com">
|
|
</head>
|
|
|
|
<body>
|
|
<script src="https://unpkg.com/htmx.org@1.9.11"></script>
|
|
|
|
{% include "partials/navbar.html" %}
|
|
|
|
{{embed}}
|
|
|
|
</body>
|
|
|
|
</html> |