diff options
| author | realtradam <[email protected]> | 2022-08-29 20:14:04 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-08-29 20:14:04 -0400 |
| commit | e09cc52522e532b29e7f8c7f6134b1944e474439 (patch) | |
| tree | 56fa2fd6c6e3fc18024684b5558e7d7744598f19 /public/index.html | |
| parent | cb767df6123412ec5e2fed6fd534ce8819ac626f (diff) | |
| download | Amongus-Clicker-e09cc52522e532b29e7f8c7f6134b1944e474439.tar.gz Amongus-Clicker-e09cc52522e532b29e7f8c7f6134b1944e474439.zip | |
cleanup code a little
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/public/index.html b/public/index.html index a1bb26a..84d7768 100644 --- a/public/index.html +++ b/public/index.html @@ -1,17 +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="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> + <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="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> |
