Spaces:
Running
Running
Update merm.html
Browse files
merm.html
CHANGED
@@ -2,7 +2,19 @@
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
-
<title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
7 |
<script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
|
8 |
|
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
+
<title>Mermaid Chart Viewer</title>
|
6 |
+
|
7 |
+
<meta name="viewport" content="width=device-width" />
|
8 |
+
<meta name="twitter:card" content="player"/>
|
9 |
+
<meta name="twitter:site" content=""/>
|
10 |
+
<meta name="twitter:player" content="https://https://omnibus-text-to-chart.hf.space/file=merm.html?mermaid={merm}"/>
|
11 |
+
<meta name="twitter:player:stream" content="https://https://omnibus-text-to-chart.hf.space/file=merm.html?mermaid={merm}"/>
|
12 |
+
<meta name="twitter:player:width" content="100%"/>
|
13 |
+
<meta name="twitter:player:height" content="100%"/>
|
14 |
+
<meta property="og:title" content="Chart Viewer"/>
|
15 |
+
<meta property="og:description" content="View Charts with custom links"/>
|
16 |
+
<meta property="og:image" content="https://portal-Moondream-1.static.hf.space/card_im.png"/>
|
17 |
+
<!--meta http-equiv="refresh" content="0; url=https://omnibus-moondream1.hf.space"-->
|
18 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
19 |
<script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
|
20 |
|