<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<!-- 針對IE瀏覽器的一個特殊配置,含義是讓IE瀏覽器以最高的渲染級別渲染頁面 -->
<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">
<!-- 引入第三方樣式 -->
<link rel="stylesheet" href="<%= BASE_URL %>css/bootstrap.css">
<!-- 配置網頁標題 -->
<title>硅谷系統</title>
</head>
<body>
<!-- 當瀏覽器不支持js時noscript中的元素就會被渲染 -->
<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>