diff options
author | HampusM <hampus@hampusmat.com> | 2022-05-17 16:05:53 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-05-17 16:05:53 +0200 |
commit | 775222b6518324a8cb44a800c256ca98f2a1449b (patch) | |
tree | 1cbf28cfacd03c04e0d1ddce225893da054559f2 /master/public | |
parent | 4c40c538af66570cc4a5a0f0b956afa98f9876db (diff) |
add master website
Diffstat (limited to 'master/public')
-rw-r--r-- | master/public/favicon.ico | bin | 0 -> 4286 bytes | |||
-rw-r--r-- | master/public/index.html | 17 |
2 files changed, 17 insertions, 0 deletions
diff --git a/master/public/favicon.ico b/master/public/favicon.ico Binary files differnew file mode 100644 index 0000000..df36fcf --- /dev/null +++ b/master/public/favicon.ico diff --git a/master/public/index.html b/master/public/index.html new file mode 100644 index 0000000..3e5a139 --- /dev/null +++ b/master/public/index.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html lang=""> + <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width,initial-scale=1.0"> + <link rel="icon" href="<%= BASE_URL %>favicon.ico"> + <title><%= htmlWebpackPlugin.options.title %></title> + </head> + <body> + <noscript> + <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> + </noscript> + <div id="app"></div> + <!-- built files will be auto injected --> + </body> +</html> |