diff --git a/democode/index.html b/democode/index.html index bc3f95a..37e33b4 100644 --- a/democode/index.html +++ b/democode/index.html @@ -47,7 +47,7 @@ iframe.perleditor {
This page demonstrates the embeddable
🕸️🐪 WebPerl
-Code Demo Editor, which can be embedded using <iframe> elements, including
+Code Demo Editor (beta), which can be embedded using <iframe> elements, including
sandboxing.
The documentation is contained in the source of this page, please use
the "View Source" function of your browser to view it, or have a look at
diff --git a/index.md b/index.md
index 551e866..c76cb9c 100644
--- a/index.md
+++ b/index.md
@@ -36,8 +36,10 @@ js('document')->getElementById('my_button')
- [**Download `webperl_prebuilt_v0.07-beta.zip`**](https://github.com/haukex/webperl/releases/download/v0.07-beta/webperl_prebuilt_v0.07-beta.zip)
- [**Get the sources on GitHub**](https://github.com/haukex/webperl)
-For a web application written with WebPerl, see the
-[**WebPerl Regex Tester** (beta)](regex.html)!
+For web applications written with WebPerl, see:
+
+- [**WebPerl Code Demo Editor** (beta)](democode/index.html)
+- [**WebPerl Regex Tester** (beta)](regex.html)
Quick Start