UNPKG

webforth

Version:

Forth implemented in Javascript

12 lines (11 loc) 264 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>WebForth demonstration page</title> <script src="./console.js" type="module"></script> </head> <body> <forth-console style="width:50%;">Unsupported Browser</forth-console> </body> </html>