mirror of
https://gitee.com/coder-xiaomo/algorithm-visualization
synced 2025-09-09 14:11:39 +08:00
添加最后更新时间;html不允许浏览器缓存页面
This commit is contained in:
@@ -9,6 +9,14 @@
|
||||
|
||||
<meta name="description" content="小墨AlGO,可视化算法,让算法更简单!">
|
||||
|
||||
<!-- 不允许浏览器缓存此页面,便于后期页面升级 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=8">
|
||||
<meta http-equiv="Expires" content="0">
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta http-equiv="Cache-control" content="no-cache">
|
||||
<meta http-equiv="Cache" content="no-cache">
|
||||
|
||||
<!-- 如果使用webpack,请注释掉下面两行,通过 webpack 引入 -->
|
||||
<link rel="stylesheet" href="./assets/css/index.css">
|
||||
</head>
|
||||
|
Reference in New Issue
Block a user