diff options
Diffstat (limited to 'ui/demo.html')
-rw-r--r-- | ui/demo.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ui/demo.html b/ui/demo.html deleted file mode 100644 index 7ad4e6d..0000000 --- a/ui/demo.html +++ /dev/null @@ -1,13 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <title>demo page</title> - <script type="module" src="js/main.js"></script> -</head> -<body> - <div class="buttonlist"> - <button onclick="api.msg.send.helloWorld()">Hello World!</button> - </div> -</body> -</html> |