mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 14:15:36 +07:00
Fix
This commit is contained in:
42
GitLabPages/i253.html
Normal file
42
GitLabPages/i253.html
Normal file
@@ -0,0 +1,42 @@
|
||||
<!doctype html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>ClearURLs - Issue 253</title>
|
||||
<meta name="description" content="ClearURLs test page">
|
||||
<meta name="author" content="Kevin Röbert">
|
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.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="https://gitlab.com/KevinRoebert/ClearUrls/raw/master/img/clearurls.svg">
|
||||
ClearURLs
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ui main text container">
|
||||
<h1 class="ui header">ClearURLs - Issue 253</h1>
|
||||
|
||||
<div class="ui negative icon message">
|
||||
<i class="huge warning sign icon"></i>
|
||||
<div class="content">
|
||||
<p>
|
||||
Your ClearURLs version is vulnerable to the problem from issue 253.
|
||||
Please update your ClearURLs installation to at least version <b>1.8.3 or higher</b>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user