Skip to content
index.html 345 B
Newer Older
<!DOCTYPE html>
<html>
    <head>
Marco De Donno's avatar
Marco De Donno committed
        <link type="text/css" rel="stylesheet" href="{{ url_for( 'send_app_files', path = 'app.css' ) }}">
        
        <script type="text/javascript">
            baseurl = "{{ baseurl }}";
        </script>
    </head>
Marco De Donno's avatar
Marco De Donno committed
    <body class="icnml_body">
        {% include "header.html" %}
    </body>
</html>