diff --git a/designbyloven.py b/designbyloven.py index d5a57e4..f1fa63f 100755 --- a/designbyloven.py +++ b/designbyloven.py @@ -1,12 +1,16 @@ #!/usr/bin/env python3 -from flask import Flask +from flask import Flask, render_template, url_for, send_from_directory app = Flask(__name__) @app.route('/') def hello_world(): - return "Design by Lovén" + return render_template('splash.html') + +@app.route('/favicon.ico') +def favicon(): + return send_from_directory('static', 'favicon.ico') if __name__ == '__main__': app.run(debug=True) diff --git a/static/.DS_Store b/static/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/static/.DS_Store differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..332b644 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/loggaDbLGron.png b/static/loggaDbLGron.png new file mode 100644 index 0000000..709609c Binary files /dev/null and b/static/loggaDbLGron.png differ diff --git a/static/symbol.png b/static/symbol.png new file mode 100644 index 0000000..4bfbcb6 Binary files /dev/null and b/static/symbol.png differ diff --git a/templates/splash.html b/templates/splash.html new file mode 100644 index 0000000..6dd1f89 --- /dev/null +++ b/templates/splash.html @@ -0,0 +1,48 @@ + + + + + -- Design by Lovén -- + + + + + + +
+ +
+

Design by Lovén

+

UNIKA KLÄDER FÖR AKTIVA BARN

+
+
+
+
+
+ Kontakt +
+ +
+
+ + + +