d0b9cbdcac
This version introduces support for a blacklist DB and other changes as to work when the Moe Panel is released. You NEED to use the new DB schema for this version to work! Also fixes wrong name for layout_index.swig
18 lines
678 B
Text
18 lines
678 B
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="generator" content="Uguu {{pkgVersion}}">
|
|
<meta name="Description" content="{{SiteMetaInfo}}">
|
|
<title>{{siteName}} · {% block title %}Kawaii Temporary File Hosting{% endblock %}</title>
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
|
<link rel="stylesheet" href="uguu.min.css">
|
|
<script src="uguu.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
{% block body %}What the fuck are you doing here, <span lang="jp">baka</span>?{% endblock %}
|
|
</div>
|
|
</body>
|
|
</html>
|