Added dummy css, js and html files
This commit is contained in:
parent
e785d9abee
commit
412ec06144
@ -1,6 +1,6 @@
|
||||
import os
|
||||
|
||||
from flask import Blueprint
|
||||
from flask import Blueprint, render_template
|
||||
|
||||
interface = Blueprint('interface', __name__, url_prefix='/')
|
||||
__location__ = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
|
||||
@ -9,4 +9,4 @@ __location__ = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file
|
||||
# Return all tags
|
||||
@interface.route('/', methods=['GET'])
|
||||
def get_tags():
|
||||
return "Konfiguration"
|
||||
render_template("index.html")
|
||||
|
0
webservice/static/css/index.css
Normal file
0
webservice/static/css/index.css
Normal file
0
webservice/static/js/index.js
Normal file
0
webservice/static/js/index.js
Normal file
0
webservice/templates/index.html
Normal file
0
webservice/templates/index.html
Normal file
Loading…
Reference in New Issue
Block a user