diff options
Diffstat (limited to 'electron/src/index.html')
| -rw-r--r-- | electron/src/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/electron/src/index.html b/electron/src/index.html new file mode 100644 index 00000000..1eb6fbab --- /dev/null +++ b/electron/src/index.html @@ -0,0 +1,20 @@ +<!-- + + Authors: see git history + + Copyright (c) 2010 Authors + Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details. + +--> +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + </head> + <body> + <div id="app"></div> + </body> +</html> +<script> +global = globalThis +</script> |
