feiyang-web/public/index.html

21 lines
696 B
HTML
Raw Normal View History

2024-04-01 17:10:30 +08: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">
2024-06-25 14:49:52 +08:00
<link href="https://cdn.staticfile.org/quill/1.3.6/quill.snow.css" rel="stylesheet">
2024-05-07 17:53:40 +08:00
<title>飞阳建设工程有限公司</title>
2024-04-12 10:30:56 +08:00
2024-04-01 17:10:30 +08:00
</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>
<!-- built files will be auto injected -->
</body>
</html>