diff options
author | Valentin Popov <info@valentineus.link> | 2019-08-20 01:46:41 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-08-20 01:46:41 +0300 |
commit | 22989465538f64e86fe5ac0235e322133b95056c (patch) | |
tree | 7c4f1f92310562e8087e3314dc2beac4661b3be1 /test/application/src/index.html | |
parent | a6b4bc15ebcfc3aa358fcfc95967da56381f0603 (diff) | |
download | electron-hot-reload-22989465538f64e86fe5ac0235e322133b95056c.tar.xz electron-hot-reload-22989465538f64e86fe5ac0235e322133b95056c.zip |
Initial test application
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'test/application/src/index.html')
-rw-r--r-- | test/application/src/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/application/src/index.html b/test/application/src/index.html new file mode 100644 index 0000000..91275f3 --- /dev/null +++ b/test/application/src/index.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + + <head> + <meta name="viewport" content="initial-scale=1.0, maximum-scale=1, shrink-to-fit=no, width=device-width" /> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta charset="utf-8" /> + <title><%= htmlWebpackPlugin.options.title %></title> + </head> + + <body></body> + +</html> |