Fixed bad template for index.htm

This commit is contained in:
Benjamyn Love 2018-05-26 16:22:42 +10:00
parent bc325da621
commit f1ee705573

View File

@ -9,19 +9,19 @@
<link rel="stylesheet" href="/static/css/bootstrap.min.css" crossorigin="anonymous"> <link rel="stylesheet" href="/static/css/bootstrap.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="/static/css/test.css"> <link rel="stylesheet" href="/static/css/test.css">
<title>DNSPy2: Electric Boogaloo</title> <title>WhoIWatch</title>
</head> </head>
<body class='body'> <body class='body'>
<div class="navbar myNav "> <div class="navbar myNav ">
<div class="container d-flex justify-content-center" style="width: 100%"> <div class="container d-flex justify-content-center" style="width: auto">
<h3>WhoIWatch</h3> <h3>WhoIWatch</h3>
</div> </div>
</div> </div>
<div class="records container h-100 d-flex justify-content-center" style="max-width: 100%"> <div class="records container h-100 d-flex justify-content-center" style="max-width: auto">
<div class="column rounded "> <div class="column rounded ">
<b>Live Currently :D</b> <b>Live Currently :D</b>
{% for x in livestreamdata %} {% for x in livestreamdata %}
<li><a href="{{ x["channel"]["url"] }}" > {{ x["channel"]["display_name"] }} - {{ x["channel"]["game"] }} <img src="{{ x["channel"]["logo"]}}" height="16" width="16" > </li> <li><a href="{{ x["channel"]["url"] }}" > {{ x["channel"]["display_name"] }} - {{ x["channel"]["game"] }} </a> <img src="{{ x["channel"]["logo"]}}" height="16" width="16" > </li>
{% endfor %} {% endfor %}
</div> </div>
</div> </div>