From 5be59d9d4a827e963c1cd8e2e64bb8d41f496418 Mon Sep 17 00:00:00 2001 From: Eugenio Parodi Date: Thu, 25 Aug 2022 17:47:45 +0100 Subject: [PATCH] Added credits to the Sandbox --- tests/sandbox/sandbox.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tests/sandbox/sandbox.html b/tests/sandbox/sandbox.html index 0bfe512c..18db52ba 100644 --- a/tests/sandbox/sandbox.html +++ b/tests/sandbox/sandbox.html @@ -72,7 +72,14 @@ ], onClick(event) { run(); } }, - html: '
'}, + html: '
'+ + `
+ pyTermTk sandbox, + Powered by Pyodide + and xterm.js + and CodeMirror5 + and w2ui +
`}, { type: 'right', size: 1000, resizable: true, style: pstyle, html: '
' } ]