You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
578 B
HTML
29 lines
578 B
HTML
8 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
||
|
<!--
|
||
|
|
||
|
This file only exists for supporting some old URLs that we're trying not to break.
|
||
|
|
||
|
Legacy support is tricky.
|
||
|
|
||
|
:(
|
||
|
|
||
|
-->
|
||
|
<script>
|
||
|
(function () {
|
||
|
if (/cryptpad\.fr$/i.test(window.location.hostname)) {
|
||
|
window.location.hostname = 'old.cryptpad.fr';
|
||
|
}
|
||
|
}());
|
||
|
</script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>There's nothing here.</p>
|
||
|
<p>You probably want to visit <strong><a href="https://old.cryptpad.fr">old.cryptpad.fr</a></strong></p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|
||
|
|