The note is back
This commit is contained in:
parent
b58c7a716f
commit
106ab72d2c
|
@ -7,4 +7,55 @@ data/*
|
|||
legacy/*
|
||||
static/dmca/*
|
||||
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 {
|
||||
font-size: 34pt;
|
||||
font-weight: 300;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 5px;
|
||||
text-align: center;
|
||||
animation: appear 0.75s ease-out;
|
||||
}
|
||||
|
@ -135,4 +135,4 @@ body {
|
|||
top: 0;
|
||||
right: 0;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<h1 class="title">
|
||||
QuadFile
|
||||
</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">
|
||||
<div id="uploadButton" class="uploadButton">
|
||||
<p id="uploadText">
|
||||
|
|
Loading…
Reference in New Issue