fixed indents
This commit is contained in:
parent
1ab2cee7bf
commit
1501a4a0dd
@ -1,5 +1,5 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Required meta tags -->
|
<!-- Required meta tags -->
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
@ -10,6 +10,7 @@
|
|||||||
<link rel="stylesheet" href="static/css/custom.css">
|
<link rel="stylesheet" href="static/css/custom.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
<div class="navbar h-100 d-flex justify-content-center" style="margin-bottom: 10px;">
|
<div class="navbar h-100 d-flex justify-content-center" style="margin-bottom: 10px;">
|
||||||
<div>
|
<div>
|
||||||
<h3>WhoIWatch</h3>
|
<h3>WhoIWatch</h3>
|
||||||
@ -22,7 +23,7 @@
|
|||||||
<div class="card" >
|
<div class="card" >
|
||||||
<img class="card-img-top" src="https://static-cdn.jtvnw.net/previews-ttv/live_user_{{ x["channel"]["name"] }}-300x200.jpg" alt="Card image cap">
|
<img class="card-img-top" src="https://static-cdn.jtvnw.net/previews-ttv/live_user_{{ x["channel"]["name"] }}-300x200.jpg" alt="Card image cap">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title"><a href="{{ x["channel"]["url"] }}" > {{ x["channel"]["display_name"] }}</a> <img src="{{ x["channel"]["logo"]}}" height="16" width="16" style="vertical-align: unset" ></h5>
|
<h5 class="card-title"><a href="{{ x["channel"]["url"] }}">{{ x["channel"]["display_name"] }}</a> <img src="{{ x["channel"]["logo"]}}" height="16" width="16" style="vertical-align: unset" ></h5>
|
||||||
<p class="card-text">{{ x["channel"]["game"] }}</p>
|
<p class="card-text">{{ x["channel"]["game"] }}</p>
|
||||||
<p class="card-text tbottom"><small class="text-muted">{{ x["viewers"] }} Viewers</small></p>
|
<p class="card-text tbottom"><small class="text-muted">{{ x["viewers"] }} Viewers</small></p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user