Compare commits

..

2 Commits

Author SHA1 Message Date
elpatron68
1f175d108a Remove about path 2024-05-26 13:56:25 +02:00
elpatron68
31dda5f7e8 Change link 2024-05-26 13:56:00 +02:00
2 changed files with 5 additions and 5 deletions

8
app.py
View File

@@ -94,10 +94,10 @@ def favicon():
return send_from_directory(os.path.join(app.root_path, 'static'),
'favicon.ico', mimetype='image/vnd.microsoft.icon')
@app.route('/about')
def about():
return send_from_directory(os.path.join(app.root_path, 'static'),
'about.html')
# @app.route('/about')
# def about():
# return send_from_directory(os.path.join(app.root_path, 'static'),
# 'about.html')
if __name__ == "__main__":
logging.info('Starting erdbeerhannah v1.0.1')

View File

@@ -92,7 +92,7 @@
<tr>
<td colspan="3">Made with ♥️, marmalade and zero kowledge in Kiel Strawberry City.<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>
</tbody>
</form>