Spaces:
Running
Running
Commit
·
737161e
1
Parent(s):
d388be1
Update templates/index.html
Browse files- templates/index.html +5 -2
templates/index.html
CHANGED
@@ -50,7 +50,7 @@
|
|
50 |
justify-content: left;
|
51 |
max-width: 85vw;
|
52 |
}
|
53 |
-
|
54 |
padding: 1%;
|
55 |
border-style: solid;
|
56 |
border-width: 2px;
|
@@ -128,7 +128,10 @@
|
|
128 |
<p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;"> a random unsecured camera in</p>
|
129 |
<h1 id="country" style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> searching...</h1>
|
130 |
<div class="flex-container">
|
131 |
-
<
|
|
|
|
|
|
|
132 |
<div class="info">
|
133 |
|
134 |
<a href="{{ ip_link }}" target="_blank"> <h3 style="margin:0; border-bottom: 2px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3></a>
|
|
|
50 |
justify-content: left;
|
51 |
max-width: 85vw;
|
52 |
}
|
53 |
+
feed-div {
|
54 |
padding: 1%;
|
55 |
border-style: solid;
|
56 |
border-width: 2px;
|
|
|
128 |
<p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;"> a random unsecured camera in</p>
|
129 |
<h1 id="country" style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> searching...</h1>
|
130 |
<div class="flex-container">
|
131 |
+
<div id="feed-div">
|
132 |
+
<img id="feed" class="feed" src="" />
|
133 |
+
</div>
|
134 |
+
|
135 |
<div class="info">
|
136 |
|
137 |
<a href="{{ ip_link }}" target="_blank"> <h3 style="margin:0; border-bottom: 2px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3></a>
|