-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
69 lines (61 loc) · 1.97 KB
/
test.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>test</title>
<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">
<style>
.container {
width: 80%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
*{
border:none;
outline:none;
}
</style>
</head>
<body>
<main id="container" role="main" class="container">
<div class="surface">
<div class="surface-container">
<div data-pjax-container class="content">
<section class="wrapper" tabindex="0">
<div class="wrapper-container">
<header class="post-header">
</header>
<div itemprop="articleBody" class="post-body">
<hr>
<p>Rule based proxy utility client for iPhone/iPad.</p>
<h2>Update records</h2>
<ul>
<li>version 1.0</li>
<li>Supports shadowsocks, ssr, socks5</li>
<li>Supports Proxy and DNS logging</li>
<li>Supports Scene, Proxy, Direct, Config routing</li>
<li>Supports DNS override</li>
<li>Supports both iPad and iPhone</li>
</ul>
</div>
</div>
</section>
</div>
</div>
</div>
</main>
</body>
</html>