YoBatM commited on
Commit
ba338c8
·
verified ·
1 Parent(s): dde7f29

Update templates/latex.html

Browse files
Files changed (1) hide show
  1. templates/latex.html +3 -3
templates/latex.html CHANGED
@@ -9,17 +9,17 @@
9
  <meta property="og:type" content="website" />
10
  <meta property="og:title" content="{{q}}"/>
11
  <meta property="og:description" content=":D" />
12
- <meta property="og:image" content="https://yobatm-latex.hf.space/image?encoded={{result}}" />
13
 
14
  <!-- Twitter -->
15
  <meta property="twitter:card" content="summary_large_image" />
16
  <meta property="twitter:title" content="{{q}}" />
17
  <meta property="twitter:description" content=":O" />
18
- <meta property="twitter:image" content="https://yobatm-latex.hf.space/image?encoded={{result}}" />
19
 
20
  <!-- Meta Tags Generated with https://metatags.io -->
21
  </head>
22
  <body>
23
- <a href="/image?encoded={{result}}"><img src="data:image/jpeg;base64,{{result}}">No</img></a>
24
  </body>
25
  </html>
 
9
  <meta property="og:type" content="website" />
10
  <meta property="og:title" content="{{q}}"/>
11
  <meta property="og:description" content=":D" />
12
+ <meta property="og:image" content="https://yobatm-latex.hf.space/image" />
13
 
14
  <!-- Twitter -->
15
  <meta property="twitter:card" content="summary_large_image" />
16
  <meta property="twitter:title" content="{{q}}" />
17
  <meta property="twitter:description" content=":O" />
18
+ <meta property="twitter:image" content="https://yobatm-latex.hf.space/image" />
19
 
20
  <!-- Meta Tags Generated with https://metatags.io -->
21
  </head>
22
  <body>
23
+ <a href="/image"><img src="data:image/jpeg;base64,{{result}}">No</img></a>
24
  </body>
25
  </html>