diff options
Diffstat (limited to 'users/wpcarro/slx.js/index.html')
-rw-r--r-- | users/wpcarro/slx.js/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/users/wpcarro/slx.js/index.html b/users/wpcarro/slx.js/index.html new file mode 100644 index 000000000000..966705a6427e --- /dev/null +++ b/users/wpcarro/slx.js/index.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + <title>Tests</title> + <link rel="stylesheet" href="https://unpkg.com/terminal.css@0.7.2/dist/terminal.min.css" /> + </head> + <body> + <div id="mount"></div> + <script src="./index.js"></script> + <script src="./tests.js" type="module"></script> + </body> +</html> |