Files
Yi.Admin/Yi.Vue/public/index.html

22 lines
762 B
HTML
Raw Normal View History

2021-10-10 17:10:35 +08:00
<!DOCTYPE html>
<html lang="en">
2021-10-11 15:45:59 +08:00
<head>
2021-10-10 17:10:35 +08:00
<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">
2021-10-11 15:45:59 +08:00
<title>Yi-Vue</title>
2021-10-10 17:10:35 +08:00
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
2021-10-11 15:45:59 +08:00
</head>
<body>
2021-10-10 17:10:35 +08:00
<noscript>
2021-10-11 15:45:59 +08:00
<strong>We're sorry but Yi-Vue doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
2021-10-10 17:10:35 +08:00
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
2021-10-11 15:45:59 +08:00
</body>
</html>