Spaces:
Runtime error
Runtime error
CaesarCloudSync commited on
Commit ·
2ebab1d
1
Parent(s): 2de4c8e
change url backend
Browse files- templates/hello.html +2 -2
templates/hello.html
CHANGED
|
@@ -26,7 +26,7 @@
|
|
| 26 |
</meta>
|
| 27 |
<meta property="og:description" content="{{subject}} | {{revisioncardtitle}}">
|
| 28 |
</meta>
|
| 29 |
-
<meta property="og:image" content="https://palondomus-
|
| 30 |
</meta>
|
| 31 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 32 |
|
|
@@ -38,7 +38,7 @@
|
|
| 38 |
</meta>
|
| 39 |
<meta property="twitter:description" content="{{subject}} | {{revisioncardtitle}}">
|
| 40 |
</meta>
|
| 41 |
-
<meta property="twitter:image" content="https://palondomus-
|
| 42 |
</meta>
|
| 43 |
<style>
|
| 44 |
a,p,h1{
|
|
|
|
| 26 |
</meta>
|
| 27 |
<meta property="og:description" content="{{subject}} | {{revisioncardtitle}}">
|
| 28 |
</meta>
|
| 29 |
+
<meta property="og:image" content="https://palondomus-revb-backend.hf.space/notecardimage?h={{hashvalue}}&u={{username}}">
|
| 30 |
</meta>
|
| 31 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 32 |
|
|
|
|
| 38 |
</meta>
|
| 39 |
<meta property="twitter:description" content="{{subject}} | {{revisioncardtitle}}">
|
| 40 |
</meta>
|
| 41 |
+
<meta property="twitter:image" content="https://palondomus-revb-backend.hf.space/notecardimage?h={{hashvalue}}&u={{username}}">
|
| 42 |
</meta>
|
| 43 |
<style>
|
| 44 |
a,p,h1{
|