-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (46 loc) · 2.23 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" sizes="any" type="image/svg+xml" href="img/clearurls.svg">
<title>ClearURLs Test Page</title>
<meta name="description" content="ClearURLs test page">
<meta name="author" content="Kevin Röbert">
<link rel="stylesheet" href="css/semantic_2.4.1.min.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="ui inverted menu">
<div class="ui container">
<a href="#" class="header item">
<img class="logo" src="img/clearurls.svg" alt="ClearURLs Icon">
ClearURLs
</a>
</div>
</div>
<div class="ui main text container">
<h1 class="ui header">ClearURLs Test Page</h1>
<p>
On this page, you can automatically check whether ClearURLs works correctly.
If you are using an obsolete ClearURLs version that is affected by a potential security vulnerability,
you will also be notified on this page.
</p>
<br />
<div class="ui icon message" id="rules_filter_test"></div>
<div class="ui icon message" id="redirection_filter_test"></div>
<div class="ui icon message" id="block_filter_test"></div>
<div class="ui icon message" id="issue_253_test"></div>
<iframe src="https://test.clearurls.xyz/void/index.html?ref=gitlab&test=test"
height="1" width="1" id="void_clearurls_xyz_iframe" style="border:0; border:none;"></iframe>
<iframe src="https://test.clearurls.xyz/void/index.html?url=https%3A%2F%2Ftest.clearurls.xyz%2Fvoid%2Findex.html"
height="1" width="1" id="redirect_clearurls_xyz_iframe" style="border:0; border:none;"></iframe>
<iframe src="https://test.clearurls.xyz/void/index.html?url=https%3A%2F%2Ftest.clearurls.xyz%2Fi253.html"
height="1" width="1" id="i253_clearurls_xyz_iframe" style="border:0; border:none;"></iframe>
<img id="i253_clearurls_xyz_img" height="1" width="1"/>
<img id="block_clearurls_xyz_img" height="1" width="1"/>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/semantic.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>