Spaces:
Running
Running
Commit
·
e8c3ce8
1
Parent(s):
18ce0d8
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -113,7 +113,7 @@
|
|
113 |
|
114 |
<body style="background-color: black;">
|
115 |
<div class="outer-container">
|
116 |
-
<
|
117 |
<div class="flex-container">
|
118 |
<img id="feed" class="feed" src="{{ url_for('proxy', url=url) }}" />
|
119 |
<div class="info">
|
@@ -123,7 +123,7 @@
|
|
123 |
<div class="pulse" style="left: {{ X }}%; top: {{ Y }}%;"></div>
|
124 |
</div>
|
125 |
|
126 |
-
<
|
127 |
<p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ loc }} <br><br> {{ ip }} <br><br> {{ org }} <br><br> {{ time }}</p>
|
128 |
|
129 |
<a href="." style="margin-top: 3%; display: inline-block;">
|
|
|
113 |
|
114 |
<body style="background-color: black;">
|
115 |
<div class="outer-container">
|
116 |
+
<h2 style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> a random unsecured camera</h2>
|
117 |
<div class="flex-container">
|
118 |
<img id="feed" class="feed" src="{{ url_for('proxy', url=url) }}" />
|
119 |
<div class="info">
|
|
|
123 |
<div class="pulse" style="left: {{ X }}%; top: {{ Y }}%;"></div>
|
124 |
</div>
|
125 |
|
126 |
+
<h3 style="border-bottom: 1px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3>
|
127 |
<p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ loc }} <br><br> {{ ip }} <br><br> {{ org }} <br><br> {{ time }}</p>
|
128 |
|
129 |
<a href="." style="margin-top: 3%; display: inline-block;">
|