BraydenMoore commited on
Commit
4006459
·
1 Parent(s): ace34dc

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +5 -0
templates/index.html CHANGED
@@ -2,6 +2,11 @@
2
  <html>
3
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
4
  <head>
 
 
 
 
 
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://i.ibb.co/gvKPXJD/eye.gif">
 
2
  <html>
3
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
4
  <head>
5
+
6
+ <meta property="og:title" content="a random unsecured camera" />
7
+ <meta property="og:image" content="{{ url_for('static', filename='door.png') }}" />
8
+ <meta property="og:url" content="https://braydenmoore.com/cam" />
9
+
10
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
11
  <link rel="preload" href="{{ url_for('static', filename='eye.gif') }}" as="image">
12
  <link rel="icon" type="image/png" href="https://i.ibb.co/gvKPXJD/eye.gif">