Skip to content

Commit 7158007

Browse files
committed
revert
1 parent aa4e9c7 commit 7158007

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<meta name="twitter:image" content="https://webvm.io/assets/social.png" />
2020

2121
<!-- Apple iOS web clip compatibility tags -->
22-
<meta name="application-name" content="AOCCWebVM" />
23-
<meta name="apple-mobile-web-app-title" content="AOCCWebVM" />
22+
<meta name="application-name" content="WebVM" />
23+
<meta name="apple-mobile-web-app-title" content="WebVM" />
2424
<meta name="apple-mobile-web-app-capable" content="yes" />
2525
<meta name="mobile-web-app-capable" content="yes" />
2626
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
@@ -42,7 +42,8 @@
4242
<script defer data-domain="webvm.io" src="https://plausible.leaningtech.com/js/script.js"></script>
4343
</head>
4444

45-
45+
<body style="margin:0;height:100%;background:black;color:white;overflow:hidden; display:flex; flex-direction: column; justify-content: space-between; height: 100%;">
46+
<a class="github-fork-ribbon right-bottom" href="https://github.com/leaningtech/webvm/" target="_blank" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
4647
<div>
4748
<div style="padding-top: 0.7em;padding-bottom: 0.7em;font-size: 0.3em; font-weight: 200;vertical-align:center;height: 120px;">
4849
<div style="margin-left: 20px; height: 100%; display: flex; align-items: center; justify-content: space-between;">
@@ -142,7 +143,8 @@
142143
"| |",
143144
"| CheerpX includes an x86-to-WebAssembly JIT compiler, a virtual block-based |",
144145
"| file system, and a Linux syscall emulator. |",
145-
146+
"| |",
147+
"| [NEW!] Your own WebVM with custom images via Dockerfile: |",
146148
"| |",
147149
"| " + underline + "https://leaningtech.com/mini-webvm-your-linux-box-from-dockerfile-via-wasm" + normal +" |",
148150
"| |",
@@ -359,4 +361,3 @@
359361
</script>
360362
</body>
361363
</html>
362-

0 commit comments

Comments
 (0)