Jane Doe
-Senior Psychonautics Engineer
+Muhammad Rameen
+Learning Python Programming & web development
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 @@Senior Psychonautics Engineer
+Learning Python Programming & web development