diff --git a/README.md b/README.md index d6191dd92..fddb134ef 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@  # Project Name +Online Quiz platform Long Description about project. This project do that. This project is awesome... ## Team members -1. Name [Embed personal github URL] -2. Name [Embed perosnal github URL] +1. C B Nandhana https://github.com/nandhana04cb +2. Rameesa K T https://github.com/Rameesa-kt +3. Keerthana S https://github.com/Keerthana20-04 +4. Diya K Sajith https://github.com/Diyaksajith ## Team Id -Team id here +zephyr ## Link to product walkthrough [link to video] ## How it Works ? diff --git a/ap1.py b/ap1.py new file mode 100644 index 000000000..bbca89bcf --- /dev/null +++ b/ap1.py @@ -0,0 +1,11 @@ +from flask import Flask, render_template + +app = Flask(__name__) + +@app.route('/') +def index(): + return render_template('maths.html') + + +if __name__ == '__main__': + app.run(debug=True) \ No newline at end of file diff --git a/app.py b/app.py new file mode 100644 index 000000000..72a530fd6 --- /dev/null +++ b/app.py @@ -0,0 +1,11 @@ +from flask import Flask, render_template + +app = Flask(__name__) + +@app.route('/') +def index(): + return render_template('category.html') + + +if __name__ == '__main__': + app.run(debug=True) diff --git a/category.html b/category.html new file mode 100644 index 000000000..d9cff056a --- /dev/null +++ b/category.html @@ -0,0 +1,67 @@ + + +
+Select Any One Of These
+ + + + diff --git a/docs/login.html.html b/docs/login.html.html new file mode 100644 index 000000000..7a23bcd1e --- /dev/null +++ b/docs/login.html.html @@ -0,0 +1,63 @@ + + + +