feat: 初始化静态镜像站点仓库
This commit is contained in:
15
index.html
Normal file
15
index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!doctype html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=/__mirror/runtime/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>运行态镜像入口</title>
|
||||
<script>
|
||||
location.replace("/__mirror/runtime/");
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<p>正在跳转到运行态镜像入口…</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user