adding more customization

master
Soper Aylamo 2021-07-08 23:54:54 -04:00
parent 173516af89
commit 249e6feceb
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
*/
body {
background-attachment: fixed, fixed;
background-color: #F7F7F7;
background-color: #1b1b1b;
background-image: url('grill.php'), url('img/bg.png');
background-position: 85% 100%, top left;
background-repeat: no-repeat, repeat;

View File

@ -2,7 +2,7 @@
{% block body %}
<div class="jumbotron">
<h1>{{siteName}}~</h1>
<h1>{{siteName}}!</h1>
<p class="lead">Max upload size is {{max_upload_size}}&nbsp;MiB & files expire after 24H, read the <a href="faq.html"><abbr title="Frequently asked questions">FAQ</abbr></a></p>
{% include "upload_form.swig" %}
</div>