From 56cfa0c23b6aaf8e9531bdcd1c3db01b84666728 Mon Sep 17 00:00:00 2001 From: Hauke D Date: Wed, 10 Oct 2018 20:45:38 +0200 Subject: [PATCH] Added links and updated beta notice --- democode/index.html | 2 +- index.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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