diff --git a/documents/шаблоны/MoonCcircl.png b/documents/шаблоны/MoonCcircl.png new file mode 100644 index 0000000..2e1ab85 Binary files /dev/null and b/documents/шаблоны/MoonCcircl.png differ diff --git a/documents/шаблоны/Логотим Moona.png b/documents/шаблоны/Moona.png similarity index 100% rename from documents/шаблоны/Логотим Moona.png rename to documents/шаблоны/Moona.png diff --git a/documents/шаблоны/Надпись Moona без фона.png b/documents/шаблоны/Надпись Moona без фона.png new file mode 100644 index 0000000..f635b3d Binary files /dev/null and b/documents/шаблоны/Надпись Moona без фона.png differ diff --git a/fonts/alba.ttf b/fonts/alba.ttf new file mode 100644 index 0000000..e30a03c Binary files /dev/null and b/fonts/alba.ttf differ diff --git a/main.py b/main.py index e69de29..90224c4 100644 --- a/main.py +++ b/main.py @@ -0,0 +1,17 @@ +from flask import Flask, render_template + +app = Flask(__name__) +app.config['SECRET_KEY'] = 'moona_secret_key' + + +@app.route('/') +def index(): + return render_template('base.html') + + +def run_web(): + app.run() + + +if __name__ == '__main__': + run_web() diff --git a/static/img/MoonCcircl1.png b/static/img/MoonCcircl1.png new file mode 100644 index 0000000..2e1ab85 Binary files /dev/null and b/static/img/MoonCcircl1.png differ diff --git a/static/img/Надпись Moona без фона.png b/static/img/Надпись Moona без фона.png new file mode 100644 index 0000000..25059b9 Binary files /dev/null and b/static/img/Надпись Moona без фона.png differ diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..fb17881 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,49 @@ + + +
+ + + +