diff options
Diffstat (limited to 'solve/static/index.html')
| -rw-r--r-- | solve/static/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/solve/static/index.html b/solve/static/index.html new file mode 100644 index 0000000..cb5fb29 --- /dev/null +++ b/solve/static/index.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<meta http-equiv="content-security-policy" content="default-src 'self' 'unsafe-eval'"> +<title>wsbx</title> +<div id="output"></div> +<button id="report">Report a bug</button> +<script src="app.js" type="module"></script> |
