18 lines
No EOL
333 B
HTML
18 lines
No EOL
333 B
HTML
<!DOCTYPE html>
|
||
<html>
|
||
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<link rel="icon" type="image/gif" href="/static/assets/gifs/pcgif.gif" />
|
||
<title>Agahnim</title>
|
||
<link rel="stylesheet" href="/static/style.css">
|
||
</head>
|
||
|
||
<body>
|
||
{% include "partials/header.html" %}
|
||
|
||
{% block content %}{% endblock %}
|
||
|
||
</body>
|
||
|
||
</html> |