mirror of
https://github.com/csd4ni3l/grass_touching_captcha.git
synced 2026-01-01 12:33:45 +01:00
First commit
This commit is contained in:
22
templates/base.jinja2
Normal file
22
templates/base.jinja2
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
<title>{% block title %}{% endblock %}</title>
|
||||
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
<link rel="stylesheet" href="/static/bootstrap.min.css">
|
||||
<script src="/static/bootstrap.bundle.min.js"></script>
|
||||
|
||||
{% block head %} {% endblock %}
|
||||
</head>
|
||||
<body class="bg-dark">
|
||||
<div class="alert alert-danger" role="alert">
|
||||
DANGER! Touching grass involves going outside which might cause death for certain individuals!
|
||||
For more information, please visit <a href="/info" class="alert-link">the unofficial safety guide</a>!
|
||||
</div>
|
||||
{% block body %} {% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user