13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>RSS Reader Login</title>
|
||
|
<link rel="stylesheet" href="/static/css/style.css">
|
||
|
</head>
|
||
|
<body class="{% block body_class %}{% endblock %}">
|
||
|
{% block content %}{% endblock %}
|
||
|
</body>
|
||
|
</html>
|