1
This commit is contained in:
BIN
admin/public/icon.ico
Normal file
BIN
admin/public/icon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
28
admin/public/index.html
Normal file
28
admin/public/index.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit|ie-comp|ie-stand" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
||||
|
||||
<link rel="icon" href="./icon.ico" type="image/x-icon" />
|
||||
<link rel="shortcut icon" href="./icon.ico" type="image/x-icon" />
|
||||
<script src="./static/jquery.3.2.1.min.js"></script>
|
||||
<title>智能代码平台</title>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<noscript>
|
||||
<strong
|
||||
>We're sorry but iview-admin doesn't work properly without JavaScript
|
||||
enabled. Please enable it to continue.</strong
|
||||
>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
4
admin/public/static/jquery.3.2.1.min.js
vendored
Normal file
4
admin/public/static/jquery.3.2.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user