Compare commits
2 Commits
df03f834fd
...
1f175d108a
Author | SHA1 | Date | |
---|---|---|---|
|
1f175d108a | ||
|
31dda5f7e8 |
8
app.py
8
app.py
@@ -94,10 +94,10 @@ def favicon():
|
|||||||
return send_from_directory(os.path.join(app.root_path, 'static'),
|
return send_from_directory(os.path.join(app.root_path, 'static'),
|
||||||
'favicon.ico', mimetype='image/vnd.microsoft.icon')
|
'favicon.ico', mimetype='image/vnd.microsoft.icon')
|
||||||
|
|
||||||
@app.route('/about')
|
# @app.route('/about')
|
||||||
def about():
|
# def about():
|
||||||
return send_from_directory(os.path.join(app.root_path, 'static'),
|
# return send_from_directory(os.path.join(app.root_path, 'static'),
|
||||||
'about.html')
|
# 'about.html')
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
logging.info('Starting erdbeerhannah v1.0.1')
|
logging.info('Starting erdbeerhannah v1.0.1')
|
||||||
|
@@ -92,7 +92,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td colspan="3">Made with ♥️, marmalade and zero kowledge in Kiel Strawberry City.<br>
|
<td colspan="3">Made with ♥️, marmalade and zero kowledge in Kiel Strawberry City.<br>
|
||||||
Version: 1.0.1/2024-05-26<br>
|
Version: 1.0.1/2024-05-26<br>
|
||||||
<a href="/about">Weitere Infos</a></td>
|
<a href="https://gitea.elpatron.me/elpatron/erdbeerhannah/src/branch/main/README.md">Weitere Infos</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</form>
|
</form>
|
||||||
|
Reference in New Issue
Block a user