LaTex / templates /latex.html
YoBatM's picture
Update templates/latex.html
ba338c8 verified
raw
history blame contribute delete
817 Bytes
<html>
<head>
<!-- Primary Meta Tags -->
<title>{{q}}</title>
<meta name="title" content="{{q}}" />
<meta name="description" content="LaTex" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="{{q}}"/>
<meta property="og:description" content=":D" />
<meta property="og:image" content="https://yobatm-latex.hf.space/image" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="{{q}}" />
<meta property="twitter:description" content=":O" />
<meta property="twitter:image" content="https://yobatm-latex.hf.space/image" />
<!-- Meta Tags Generated with https://metatags.io -->
</head>
<body>
<a href="/image"><img src="data:image/jpeg;base64,{{result}}">No</img></a>
</body>
</html>