From 95894b260127bcf85ec08a66a22e4645711dc9ea Mon Sep 17 00:00:00 2001 From: Muhammad Ibrahim Date: Wed, 4 Dec 2024 16:08:13 +0530 Subject: [PATCH] Added another profile website as a project --- .../my-personal-website-1/server.py | 10 ++++++++++ .../my-personal-website-1/templates/index.html | 14 +++++++------- 2 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 Visual Studio Code Projects/my-personal-website-1/server.py diff --git a/Visual Studio Code Projects/my-personal-website-1/server.py b/Visual Studio Code Projects/my-personal-website-1/server.py new file mode 100644 index 0000000..33a61b8 --- /dev/null +++ b/Visual Studio Code Projects/my-personal-website-1/server.py @@ -0,0 +1,10 @@ +from flask import Flask, render_template + +app = Flask(__name__) + +@app.route("/") +def home(): + return render_template("index.html") + +if __name__ == "__main__": + app.run(debug=True) \ No newline at end of file diff --git a/Visual Studio Code Projects/my-personal-website-1/templates/index.html b/Visual Studio Code Projects/my-personal-website-1/templates/index.html index bf1e7c9..86b2a78 100644 --- a/Visual Studio Code Projects/my-personal-website-1/templates/index.html +++ b/Visual Studio Code Projects/my-personal-website-1/templates/index.html @@ -10,10 +10,10 @@ - + - + @@ -23,9 +23,9 @@
- -

Jane Doe

-

Senior Psychonautics Engineer

+ +

Muhammad Rameen

+

Learning Python Programming & web development