Update templates/latex.html
Browse files- templates/latex.html +1 -1
templates/latex.html
CHANGED
@@ -20,6 +20,6 @@
|
|
20 |
<!-- Meta Tags Generated with https://metatags.io -->
|
21 |
</head>
|
22 |
<body>
|
23 |
-
<img src="data:image/jpeg;base64,{{result}}">No</img>
|
24 |
</body>
|
25 |
</html>
|
|
|
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>
|