first commit
This commit is contained in:
24
moehu/moehu_admin/public/index.html
Normal file
24
moehu/moehu_admin/public/index.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!--
|
||||
~ Copyright (c) 2020. bmy
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta content="IE=edge" http-equiv="X-UA-Compatible">
|
||||
<meta content="width=device-width,initial-scale=1.0" name="viewport">
|
||||
<link rel="shortcut icon" href="./img/ic_launcher.png">
|
||||
<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>
|
||||
<% for (var i in htmlWebpackPlugin.options.cdn) { %>
|
||||
<script src="<%= htmlWebpackPlugin.options.cdn[i] %>"></script>
|
||||
<% } %>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user