diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.template.ejs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/index.template.ejs b/src/index.template.ejs index 6d5e5dc..1fd1724 100644 --- a/src/index.template.ejs +++ b/src/index.template.ejs @@ -21,16 +21,8 @@ <meta property="og:url" content="http://yacd.haishan.me"> <meta property="og:description" content="Yet Another Clash Dashboard"> - <% for (key in htmlWebpackPlugin.files.css) { %> - <link href="<%= htmlWebpackPlugin.files.css[key] %>" rel="stylesheet"> - <% } %> <body> <div id="app"></div> - - <% for (key in htmlWebpackPlugin.files.chunks) { %> - <script src="<%= htmlWebpackPlugin.files.chunks[key].entry %>" type="text/javascript"></script> - <% } %> - </body> </html> |
