Spaces:
Running
Running
Commit
·
6b90a39
1
Parent(s):
f77e5ab
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
4 |
<head>
|
5 |
<link rel="preload" href="{{ url_for('static', filename='map_populated.png') }}" as="image">
|
6 |
-
<link rel="preload" href="{{ url_for('static', filename='
|
7 |
<link rel="icon" type="image/png" href="https://images.squarespace-cdn.com/content/v1/64790f5777b5d772678cce83/6d71eaee-f825-4324-be9b-2def32469eac/Untitled+drawing+%2811%29.png?format=100w">
|
8 |
<title>a random unsecured camera</title>
|
9 |
<style>
|
@@ -145,7 +145,7 @@
|
|
145 |
<div class="flex-container">
|
146 |
|
147 |
<div id="feed-div">
|
148 |
-
<img id="feed" class="feed" src="{{ url_for('static', filename='
|
149 |
</div>
|
150 |
|
151 |
|
|
|
3 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
4 |
<head>
|
5 |
<link rel="preload" href="{{ url_for('static', filename='map_populated.png') }}" as="image">
|
6 |
+
<link rel="preload" href="{{ url_for('static', filename='eye.gif') }}" as="image">
|
7 |
<link rel="icon" type="image/png" href="https://images.squarespace-cdn.com/content/v1/64790f5777b5d772678cce83/6d71eaee-f825-4324-be9b-2def32469eac/Untitled+drawing+%2811%29.png?format=100w">
|
8 |
<title>a random unsecured camera</title>
|
9 |
<style>
|
|
|
145 |
<div class="flex-container">
|
146 |
|
147 |
<div id="feed-div">
|
148 |
+
<img id="feed" class="feed" src="{{ url_for('static', filename='eye.gif') }}" />
|
149 |
</div>
|
150 |
|
151 |
|