Basic WEB is working

This commit is contained in:
Michał Zieliński
2025-06-23 15:07:13 +02:00
parent acfc84fcd9
commit c1d0c0bd94
22 changed files with 184 additions and 112 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 378 B

View File

@@ -1,6 +0,0 @@
// This is a JavaScript module that is loaded on demand. It can export any number of
// functions, and may import other JavaScript modules if required.
export function showPrompt(message) {
return prompt(message, 'Type anything here');
}