Spaces:
Running
Running
Commit
·
da07ef0
1
Parent(s):
e90b597
Update templates/index.html
Browse files- templates/index.html +1 -2
templates/index.html
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
4 |
-
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
|
5 |
<head>
|
6 |
<title>a random unsecured security camera</title>
|
7 |
<style>
|
@@ -78,7 +77,7 @@
|
|
78 |
<div class="outer-container">
|
79 |
<h1 style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> a random unsecured camera</h1>
|
80 |
<div class="flex-container">
|
81 |
-
<img id="feed" class="feed" src="
|
82 |
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
83 |
|
84 |
<div class="map-div" style="position: relative; width: 500px; height: 300px; margin-bottom: 3%;">
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
4 |
<head>
|
5 |
<title>a random unsecured security camera</title>
|
6 |
<style>
|
|
|
77 |
<div class="outer-container">
|
78 |
<h1 style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> a random unsecured camera</h1>
|
79 |
<div class="flex-container">
|
80 |
+
<img id="feed" class="feed" src="{{ url }}" style="width: 800px; height: 600px;" />
|
81 |
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
82 |
|
83 |
<div class="map-div" style="position: relative; width: 500px; height: 300px; margin-bottom: 3%;">
|