BraydenMoore commited on
Commit
bf9b5f9
1 Parent(s): 2faeac0

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -4,7 +4,7 @@
4
  <head>
5
 
6
  <meta property="og:title" content="a random unsecured camera" />
7
- <meta property="og:image" content="{{ url }}" />
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">
 
4
  <head>
5
 
6
  <meta property="og:title" content="a random unsecured camera" />
7
+ <meta property="og:image" content="{{ url_for('static', filename='searching.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">