diff --git "a/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/PROD/app.py" "b/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/PROD/app.py" new file mode 100644 index 000000000..a5a9925e6 --- /dev/null +++ "b/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/PROD/app.py" @@ -0,0 +1,14 @@ +from flask import Flask, render_template + +app = Flask(__name__) + +@app.route('/') +def index(): + return render_template('index.html') + +@app.route('/page2.html') +def page2(): + return render_template('page2.html') + +if __name__ == '__main__': + app.run(debug=True) diff --git "a/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/PROD/static/technomeme.jpeg" "b/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/PROD/static/technomeme.jpeg" new file mode 100644 index 000000000..83662a0e5 Binary files /dev/null and "b/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/PROD/static/technomeme.jpeg" differ diff --git "a/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/PROD/static/windows95.mp3" "b/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/PROD/static/windows95.mp3" new file mode 100644 index 000000000..01de5d01f Binary files /dev/null and "b/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/PROD/static/windows95.mp3" differ diff --git "a/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/PROD/templates/index.html" "b/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/PROD/templates/index.html" new file mode 100644 index 000000000..2a71f9da6 --- /dev/null +++ "b/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/PROD/templates/index.html" @@ -0,0 +1,54 @@ + + +
+ +
+
+
+
+
+
+
+
+
diff --git "a/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/source/\320\227\320\260\320\264\320\260\320\275\320\270\320\2655.docx" "b/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/source/\320\227\320\260\320\264\320\260\320\275\320\270\320\2655.docx"
new file mode 100644
index 000000000..d78cb5612
Binary files /dev/null and "b/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/source/\320\227\320\260\320\264\320\260\320\275\320\270\320\2655.docx" differ
diff --git "a/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/source/\320\233\320\2405_\320\242\320\265\321\200\320\265\320\261\320\276\320\262\320\234\320\260\320\272\321\201\320\270\320\274_WEB.docx" "b/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/source/\320\233\320\2405_\320\242\320\265\321\200\320\265\320\261\320\276\320\262\320\234\320\260\320\272\321\201\320\270\320\274_WEB.docx"
new file mode 100644
index 000000000..7b8d7a57e
Binary files /dev/null and "b/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/source/\320\233\320\2405_\320\242\320\265\321\200\320\265\320\261\320\276\320\262\320\234\320\260\320\272\321\201\320\270\320\274_WEB.docx" differ
diff --git "a/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/source/\320\237\321\200\320\265\320\267\320\265\320\275\321\202\320\260\321\206\320\270\321\2175.pdf" "b/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/source/\320\237\321\200\320\265\320\267\320\265\320\275\321\202\320\260\321\206\320\270\321\2175.pdf"
new file mode 100644
index 000000000..230d0af5e
Binary files /dev/null and "b/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/source/\320\237\321\200\320\265\320\267\320\265\320\275\321\202\320\260\321\206\320\270\321\2175.pdf" differ
diff --git "a/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/\320\233\320\2405_\320\242\320\265\321\200\320\265\320\261\320\276\320\262\320\234\320\260\320\272\321\201\320\270\320\274_WEB.pdf" "b/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/\320\233\320\2405_\320\242\320\265\321\200\320\265\320\261\320\276\320\262\320\234\320\260\320\272\321\201\320\270\320\274_WEB.pdf"
new file mode 100644
index 000000000..f889b2f34
Binary files /dev/null and "b/works/K3322/\320\242\320\265\321\200\320\265\320\261\320\276\320\262 \320\234\320\260\320\272\321\201\320\270\320\274 \320\220\320\275\320\264\321\200\320\265\320\265\320\262\320\270\321\207/Lab_5/\320\233\320\2405_\320\242\320\265\321\200\320\265\320\261\320\276\320\262\320\234\320\260\320\272\321\201\320\270\320\274_WEB.pdf" differ