rzcs/public/index.html

18 lines
430 B
HTML
Raw Permalink Normal View History

2022-01-07 01:35:42 +00:00
<!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="<%= BASE_URL %>favicon.ico">
2022-01-25 10:08:57 +00:00
<title>火眼识才</title>
2022-01-07 01:35:42 +00:00
</head>
<body>
<noscript>
2022-01-25 10:08:57 +00:00
2022-01-07 01:35:42 +00:00
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>