35 lines
1.0 KiB
HTML
35 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<!-- %PUBLIC_URL% public 文件夹 -->
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
<!-- 移动端网页适配 -->
|
|
<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" /> -->
|
|
<title>Note</title>
|
|
<!--[if IE]>
|
|
<script src="js/html5.js"></script>
|
|
<![endif]-->
|
|
<script src="index.jsx"></script>
|
|
|
|
</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>
|
|
|
|
</html>
|