Files
forgetmenot-django/forgetmenot/templates/base.html
2021-04-07 21:23:37 -05:00

12 lines
215 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Forget me not</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
{% block content %} {% endblock %}
</body>
</html>