diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-12-08 12:39:18 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-12-08 12:39:18 +0100 |
commit | b3950330e3351437f153c6c1debb3821d6e28864 (patch) | |
tree | 0b381b523045bd59cd679825a11976a45813fc24 /dist/index.html | |
parent | 439dcf391784ea3abb61473c74b9c27fcd9fdc2d (diff) | |
download | rpgedit-b3950330e3351437f153c6c1debb3821d6e28864.tar rpgedit-b3950330e3351437f153c6c1debb3821d6e28864.zip |
Create Electron app
Diffstat (limited to 'dist/index.html')
-rw-r--r-- | dist/index.html | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/dist/index.html b/dist/index.html deleted file mode 100644 index c7d97f5..0000000 --- a/dist/index.html +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta charset="utf-8"> - <title>RPGedit</title> - <style type="text/css"> - html, body { - width: 100%; - height: 100%; - } - - body { - text-align: center; - } - - canvas { - position: relative; - top: calc(50% - 384px); - } - - * { - margin: 0px; - padding: 0px; - border: 0px; - background: #223; - } - </style> - </head> - <body> - <canvas id="rpgedit" width="1024" height="768"></canvas> - <script src="bundle.js"></script> - </body> -</html> |