2 Star 5 Fork 0

String-for-100w/String

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index-home.html 1023 Bytes
一键复制 编辑 原始数据 按行查看 历史
ashou 提交于 2020-09-12 09:51 +08:00 . 修改配置
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Hello String</title>
<link rel="stylesheet" href="/public/style/index.css">
<script src="/public/script/str.js"></script>
<script>
App.version = 2;
</script>
<link rel="manifest" href="/manifest.json"/>
</head>
<body class="purple" style="--statusHeight: 0px; --toolHeight: 0px;">
<script src="/public/script/index.js"></script>
<script>
if ("serviceWorker" in navigator) {
navigator.serviceWorker.register("/sw.js")
.then(function (registration) {
console.log("ServiceWorker registration successful with scope: ", registration.scope);
}).catch(function (err) {
console.log("ServiceWorker registration failed: ", err);
});
}
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/string-for-100w/string.git
git@gitee.com:string-for-100w/string.git
string-for-100w
string
String
master

搜索帮助