-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 1.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>魔法师Cloudflare优选IP</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<header>
<h1>Cloudflare 优选IP</h1>
</header>
<main>
<section>
<h2>什么是 Cloudflare 优选IP?</h2>
<p>CloudFlare优选IP是魔法师团队向中国大陆用户提供的公共优化服务;接入使用方式类似于其它CDN的CNAME接入,可以为中国大陆用户访问Cloudflare网络节点大幅度加速;</p>
</section>
<section>
<h2>主要特点</h2>
<p>1. 大幅增加IP节点</p>
<p>2. 加速网站打开速度</p>
<p>3. 增强用户体验</p>
</section>
<section>
<h2>开始使用</h2>
<p>接入服务节点:cloudflare-ip.mofashi.ltd</p>
</section>
</main>
<footer>
<p>© 2024 魔法师CloudFlare优选IP</p>
</footer>
</div>
</body>
</html>