assistant-note/public/index.html

31 lines
968 B
HTML
Raw Permalink Normal View History

2024-01-12 00:13:58 -05:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- %PUBLIC_URL% public 文件夹 -->
2024-09-24 06:53:53 -04:00
<link rel="icon" href="favicon.ico" />
2024-01-12 00:13:58 -05:00
<!-- 移动端网页适配 -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- 配置浏览器页签+地址颜色,仅适用于android -->
<meta name="theme-color" content="#000000" />
<meta name="工作小能手" content="个人学习使用制作" />
<!-- 添加桌面图标 -->
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!-- 应用加壳 -->
<!-- <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> -->
2024-09-19 03:31:25 -04:00
<title>Note</title>
2024-09-24 06:53:53 -04:00
<!-- <script src="index.jsx"></script>-->
2024-01-12 00:13:58 -05:00
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root">
</div>
<!-- <script src="./js/TweenLite.min.js"></script>
<script src="./js/EasePack.min.js"></script>
<script src="./js/demo-1.js"></script> -->
</body>
2024-03-08 04:54:39 -05:00
</html>