diff options
| author | Christopher Gwynn <[email protected]> | 2021-05-19 02:37:13 -0400 |
|---|---|---|
| committer | Christopher Gwynn <[email protected]> | 2021-05-19 02:37:13 -0400 |
| commit | 5f043ff26c933b855991e9c5e1994c8c7e2c2638 (patch) | |
| tree | c38fb5afbf2513ab9e5c3fc11500f822aae8dbe8 /.webpack/renderer/main_window/index.html | |
| parent | more setup, tabs (diff) | |
| download | wizard101-rpc-electron.tar.xz wizard101-rpc-electron.zip | |
remove webpack cacheelectron
Diffstat (limited to '.webpack/renderer/main_window/index.html')
| -rw-r--r-- | .webpack/renderer/main_window/index.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.webpack/renderer/main_window/index.html b/.webpack/renderer/main_window/index.html deleted file mode 100644 index d93a477..0000000 --- a/.webpack/renderer/main_window/index.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta charset="UTF-8" /> - <title>Hello World!</title> - </head> - <body> - <div id="app"></div> - <script src="/main_window/index.js"></script></body> -</html>
\ No newline at end of file |