Spaces:
Running
Running
Upload masto.html with huggingface_hub
Browse files- masto.html +19 -0
masto.html
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="utf-8" />
|
5 |
+
<meta name="viewport" content="width=device-width" />
|
6 |
+
<meta name="twitter:card" content="player"/>
|
7 |
+
<meta name="twitter:site" content=""/>
|
8 |
+
<meta name="twitter:player" content="https://portal-blockchain-sim.hf.space/back.html"/>
|
9 |
+
<meta name="twitter:player:stream" content="https://portal-blockchain-sim.hf.space/back.html"/>
|
10 |
+
<meta name="twitter:player:width" content="100%"/>
|
11 |
+
<meta name="twitter:player:height" content="100%"/>
|
12 |
+
<meta property="og:title" content="Blockchain Simulator"/>
|
13 |
+
<meta property="og:description" content="Demo of how a single user blockchain works."/>
|
14 |
+
<meta property="og:image" content="https://portal-blockchain-sim.hf.space/card_im_crop.png"/>
|
15 |
+
<meta http-equiv="refresh" content="0; url=https://omnibus-blockchain-simulator.hf.space">
|
16 |
+
</head>
|
17 |
+
<body>
|
18 |
+
</body>
|
19 |
+
</html>
|