diff --git a/README.md b/README.md index 0349143d..7ed75928 100644 --- a/README.md +++ b/README.md @@ -110,3 +110,7 @@ contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additio Copyright © Microsoft Corporation All rights reserved.
Licensed under the MIT License. See LICENSE in the project root for license information. + +### My Contribution +Tested and modified by Navya D + diff --git a/app.py1 b/app.py1 new file mode 100644 index 00000000..75f22b21 --- /dev/null +++ b/app.py1 @@ -0,0 +1,9 @@ +from flask import Flask +app = Flask(__name__) + +@app.route("/") +def hello(): + return app.send_static_file("index.html") + +if __name__ == "__main__": + app.run(host="0.0.0.0", port=5000) diff --git a/portainer b/portainer new file mode 160000 index 00000000..48c689e5 --- /dev/null +++ b/portainer @@ -0,0 +1 @@ +Subproject commit 48c689e5d6dd01fba2699813cee58328f7b3f487