mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 21:47:40 +03:00
Create Base Template
This commit is contained in:
parent
215af3b75f
commit
7e79a0b712
7 changed files with 276 additions and 280 deletions
|
@ -1,18 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Error loading page.</title>
|
||||
<meta name="description" content="View on Libreddit, an alternative private front-end to Reddit.">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<a href="/"><span style="color:white">lib</span>reddit.</a>
|
||||
<a style="color:white" href="https://github.com/spikecodes/libreddit">GITHUB</a>
|
||||
</header>
|
||||
<main>
|
||||
<h1 style="text-align: center; font-size: 50px;">{{ message }}</h1>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Error: {{ message }}{% endblock %}
|
||||
{% block sortstyle %}{% endblock %}
|
||||
{% block content %}
|
||||
<h1 style="text-align: center; font-size: 50px;">{{ message }}</h1>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue