asklyphe/asklyphe-auth-frontend/templates/shell.html

21 lines
558 B
HTML
Raw Normal View History

2025-03-12 12:32:15 -07:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AskLyphe - {% block title %}{% endblock %}</title>
<link rel="search"
type="application/opensearchdescription+xml"
title="AskLyphe"
href="/static/osd.xml" />
<link rel="stylesheet" href="/static/shell.css" />
{% block head %}{% endblock %}
</head>
<body>
{% block page %}{% endblock %}
</body>
</html>