Skip to content
Snippets Groups Projects
Select Git revision
  • bdb0455af4bc4459485410fb0fde56f80bdbd651
  • develop default
  • master
3 results

app.html

Blame
  • Forked from Hodor Security Project / Hodor Web Backend
    Source project has a limited visibility.
    app.html 785 B
    <!DOCTYPE html>
    <html>
        <head>
            <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
            <link rel="stylesheet" href="{{ url_for('static', filename='css/sidebar.css') }}">
            <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
            <link href="https://fonts.googleapis.com/css?family=Lato:300,100" rel="stylesheet">
            <title> Hodor Security Training</title>
        </head>
        <body>
          {% include 'layout/sidebar.html' %}
        </body>
    </html>