加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
刘泓宾 提交于 2022-06-04 13:59 . first commit
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>多客怪兽</title>
</head>
<body>
<main style="height: 60vh;display: flex;justify-content: center;align-items: center;align-content: center;flex-direction: column;">
<h1 style="color: #f75725;">恭喜你,安装成功!请完成下一步</h1>
<div style="border: 1px solid #ccc;border-radius:10px;padding:20px;width: 600px;justify-content: center;flex-direction: column;align-content: center;align-items: center;display: flex;">
<img src="./public/assets/img/common/logo.png" alt="" width="100px">
<p><b>多客怪兽</b></p>
<h2 style="color: #666">请设置程序运行目录并配置伪静态</h2>
<h2>
<a href="https://support.qq.com/products/365504/faqs/110992" target="_blank" style="text-decoration: none;color: #2196f3;">点击此处查看教程</a>
</h2>
</div>
</main>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化