From 6a9bec3153a8c69f0932945518728af33f984363 Mon Sep 17 00:00:00 2001 From: Yuri Iozzelli Date: Tue, 4 Oct 2022 14:26:14 +0200 Subject: [PATCH] Remove text links except articles. Add curl example --- index.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index c442c77..c7011ca 100644 --- a/index.html +++ b/index.html @@ -185,14 +185,11 @@ "| 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. |", + "| For more information, see " + underline + "https://medium.com/p/40a60170b361" + normal + " |", "| |", "| [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 + " |", + "| Announcement article: |", "| |", "+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+", "", @@ -202,6 +199,7 @@ " gcc -o helloworld examples/c/helloworld.c && ./helloworld", " objdump -d ./helloworld | less -M", " vim examples/c/helloworld.c", + " curl --max-time 15 parrot.live # requires networking", "", ]; return text;