From 4c888997e24490a4ee272b02e7c73999ebaf8d7a Mon Sep 17 00:00:00 2001 From: Carlo Piovesan Date: Tue, 4 Oct 2022 13:07:25 +0200 Subject: [PATCH] Add back box --- index.html | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/index.html b/index.html index 5f002f1..de6059d 100644 --- a/index.html +++ b/index.html @@ -179,24 +179,27 @@ getAsciiText: function () { var text = [ - " WebVM is a server-less virtual Linux environment running fully client-side", - " in HTML5/WebAssembly. ", - " ", - " In this demo, it runs an unmodified Debian distribution including many ", - " native tools and development toolchains. ", - " WebVM is powered by the CheerpX virtualization engine, which enables safe,", - " sandboxed client-side execution of x86 binaries on any browser. ", - " CheerpX includes an x86-to-WebAssembly JIT compiler, a virtual block-based", - " file system, and a Linux syscall emulator. ", - " ", - " [NEW!] WebVM now supports full TCP and UDP networking via Tailscale, click", - " on Tailscale Login to enable it. ", - " ", - " Latest WebVM news: " + underline + "https://medium.com/p/40a60170b361" + normal + " ", - " Demo Repository: " + underline + "https://github.com/leaningtech/webvm" + normal + " ", - " Find us on Discord: " + underline + "https://discord.leaningtech.com" + normal + " ", - " Twitter: " + underline + "https://twitter.com/leaningtech" + normal + " ", - "", + "+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+", + "| |", + "| WebVM is a server-less virtual Linux environment running fully client-side |", + "| in HTML5/WebAssembly. |", + "| |", + "| In this demo, it runs an unmodified Debian distribution including many |", + "| native tools and development toolchains. |", + "| WebVM is powered by the CheerpX virtualization engine, which enables safe, |", + "| sandboxed client-side execution of x86 binaries on any browser. |", + "| CheerpX includes an x86-to-WebAssembly JIT compiler, a virtual block-based |", + "| file system, and a Linux syscall emulator. |", + "| |", + "| [NEW!] WebVM now supports full TCP and UDP networking via Tailscale, click |", + "| on Tailscale Login to enable it. |", + "| |", + "| Latest WebVM news: " + underline + "https://medium.com/p/40a60170b361" + normal + " |", + "| Demo Repository: " + underline + "https://github.com/leaningtech/webvm" + normal + " |", + "| Find us on Discord: " + underline + "https://discord.leaningtech.com" + normal + " |", + "| Twitter: " + underline + "https://twitter.com/leaningtech" + normal + " |", + "| |", + "+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+", "", " Welcome to WebVM (build CX_VERSION). If unsure, try these examples:", "",