Delete reworked/frontend/main.py

main
Justuser 6 months ago committed by GitHub
parent 766549c649
commit 33ee933114
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,9 +0,0 @@
from flask import Flask, render_template
app = Flask(__name__)
@app.route("/")
def ss14tools():
return render_template("index.html")
if __name__ == "__main__":
app.run()
Loading…
Cancel
Save