Skip to content

Commit

Permalink
add outdated-version.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiqkhoja committed Dec 10, 2024
1 parent 2d95a61 commit 5b46f7f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/outdated-version.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ODK Central</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- this page is rendered in an iframe of size 600x200 -->
<div class="outdated-version">
<h1>You're using a significantly outdated version of ODK Central</h1>
<p>Upgrade now to protect your data and take advantage of the latest features. If you don't want to maintain Central, try <a href="https://getodk.org/#success-stories" target="_blank">ODK Cloud.</a></p>
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "81f288331d6e4638be205e0e63388165"}'></script>
</div>
</body>
</html>
8 changes: 8 additions & 0 deletions docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,11 @@ a:focus {
.news-item a {
margin-left: 82px;
}

.outdated-version h1 {
font-size: 30px;
}

.outdated-version p {
font-size: 18px;
}

0 comments on commit 5b46f7f

Please sign in to comment.