-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The FAQ & Tools page does not use JS so it should not include it.
- Loading branch information
Showing
4 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% extends "layout.swig" %} | ||
{% extends "layout_index.swig" %} | ||
|
||
{% block body %} | ||
<div class="jumbotron"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters