26 lines
902 B
HTML
26 lines
902 B
HTML
<!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">
|
|
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
<!-- <link rel="stylesheet" href="../node_modules/swiper/dist/css/swiper.min.css">
|
|
<script src="../node_modules/swiper/dist/js/swiper.min.js"></script> -->
|
|
|
|
<title>基于ollama的图书推荐系统</title>
|
|
|
|
</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>
|