link-status-page 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/index.html +14 -0
- package/package.json +18 -0
package/README.md
ADDED
package/index.html
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="zh-CN">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
6
|
+
<meta name="referrer" content="no-referrer">
|
|
7
|
+
<meta http-equiv="refresh" content="0;url=https://yongjiufabuye.chinazhangsan.ccwu.cc/">
|
|
8
|
+
<title>小星星爱导航永久发布页</title>
|
|
9
|
+
</head>
|
|
10
|
+
<body>
|
|
11
|
+
<p>正在前往小星星爱导航永久发布页。</p>
|
|
12
|
+
<p><a href="https://yongjiufabuye.chinazhangsan.ccwu.cc/">如果没有自动跳转,请点击这里</a></p>
|
|
13
|
+
</body>
|
|
14
|
+
</html>
|
package/package.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "link-status-page",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "小星星爱导航永久发布页",
|
|
5
|
+
"private": false,
|
|
6
|
+
"license": "UNLICENSED",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/chinazhangsan999-crypto/control-center-fabuye.git"
|
|
10
|
+
},
|
|
11
|
+
"files": [
|
|
12
|
+
"index.html",
|
|
13
|
+
"README.md"
|
|
14
|
+
],
|
|
15
|
+
"publishConfig": {
|
|
16
|
+
"access": "public"
|
|
17
|
+
}
|
|
18
|
+
}
|