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;