The note is back
This commit is contained in:
parent
b58c7a716f
commit
106ab72d2c
|
@ -8,3 +8,54 @@ legacy/*
|
||||||
static/dmca/*
|
static/dmca/*
|
||||||
auth_data.json
|
auth_data.json
|
||||||
files.db
|
files.db
|
||||||
|
|
||||||
|
# Byte-compiled / optimized / DLL files
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
|
||||||
|
# C extensions
|
||||||
|
*.so
|
||||||
|
|
||||||
|
# Distribution / packaging
|
||||||
|
bin/
|
||||||
|
build/
|
||||||
|
develop-eggs/
|
||||||
|
dist/
|
||||||
|
eggs/
|
||||||
|
lib/
|
||||||
|
lib64/
|
||||||
|
parts/
|
||||||
|
sdist/
|
||||||
|
var/
|
||||||
|
*.egg-info/
|
||||||
|
.installed.cfg
|
||||||
|
*.egg
|
||||||
|
|
||||||
|
# Installer logs
|
||||||
|
pip-log.txt
|
||||||
|
pip-delete-this-directory.txt
|
||||||
|
|
||||||
|
# Unit test / coverage reports
|
||||||
|
.tox/
|
||||||
|
.coverage
|
||||||
|
.cache
|
||||||
|
nosetests.xml
|
||||||
|
coverage.xml
|
||||||
|
|
||||||
|
# Translations
|
||||||
|
*.mo
|
||||||
|
|
||||||
|
# Mr Developer
|
||||||
|
.mr.developer.cfg
|
||||||
|
.project
|
||||||
|
.pydevproject
|
||||||
|
|
||||||
|
# Rope
|
||||||
|
.ropeproject
|
||||||
|
|
||||||
|
# Django stuff:
|
||||||
|
*.log
|
||||||
|
*.pot
|
||||||
|
|
||||||
|
# Sphinx documentation
|
||||||
|
docs/_build/
|
||||||
|
|
|
@ -43,7 +43,7 @@ body {
|
||||||
.title {
|
.title {
|
||||||
font-size: 34pt;
|
font-size: 34pt;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
animation: appear 0.75s ease-out;
|
animation: appear 0.75s ease-out;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
QuadFile
|
QuadFile
|
||||||
</h1>
|
</h1>
|
||||||
|
<p class="note">This is temporary storage, check the about page for details</p>
|
||||||
<form action="" id="form" name="fileForm" method="post" enctype="multipart/form-data" class="uploadForm">
|
<form action="" id="form" name="fileForm" method="post" enctype="multipart/form-data" class="uploadForm">
|
||||||
<div id="uploadButton" class="uploadButton">
|
<div id="uploadButton" class="uploadButton">
|
||||||
<p id="uploadText">
|
<p id="uploadText">
|
||||||
|
|
Loading…
Reference in New Issue