mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
15 lines
371 B
HTML
15 lines
371 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
<title></title>
|
|
<meta charset="utf-8">
|
|
<link href="{{ url_for('static', filename='style.css') }}" rel="stylesheet">
|
|
<link rel="shotcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
|
</head>
|
|
<body>
|
|
|
|
<header id="header">
|
|
<a href="https://jubbeart.com"><h1 id="header-title">Removeddit [beta]</h1></a>
|
|
</header>
|
|
<div id="main">
|