clear-urls-browser-extension/GitLabPages/i253.html

45 lines
1.3 KiB
HTML
Raw Permalink Normal View History

2019-09-24 16:16:54 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
2020-02-05 15:03:54 +00:00
<link rel="icon" sizes="any" type="image/svg+xml" href="clearurls.svg">
2019-09-24 16:16:54 +00:00
<title>ClearURLs - Issue 253</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">
2019-09-24 16:16:54 +00:00
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="ui inverted menu">
<div class="ui container">
<a href="#" class="header item">
2019-09-24 16:35:33 +00:00
<img class="logo" src="clearurls.svg">
2019-09-24 16:16:54 +00:00
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.
2019-09-26 19:03:50 +00:00
Please update your ClearURLs installation to at least version <b>1.8.4 or higher</b>.
2019-09-24 16:16:54 +00:00
</p>
</div>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/semantic.min.js"></script>
2019-09-24 16:16:54 +00:00
</body>
</html>