Spaces:
Running
Running
Commit
·
6061d22
1
Parent(s):
1574dc6
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
|
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>
|
10 |
body {
|
11 |
justify-content: center;
|
|
|
5 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
|
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>{{ name }} - a random unsecured camera</title>
|
9 |
<style>
|
10 |
body {
|
11 |
justify-content: center;
|