Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
All files get uploaded at once.
  • Loading branch information
TonyStark-47 authored Dec 8, 2024
0 parents commit 20bb8e0
Show file tree
Hide file tree
Showing 15 changed files with 1,568 additions and 0 deletions.
12 changes: 12 additions & 0 deletions server.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from flask import Flask, render_template


app = Flask(__name__)

@app.route('/')
def home():
return render_template('index.html')


if __name__ == "__main__":
app.run(host='0.0.0.0', debug=True)
1 change: 1 addition & 0 deletions static/assets/css/font-awesome.min.css

Large diffs are not rendered by default.

Binary file added static/assets/css/images/overlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 20bb8e0

Please sign in to comment.