Skip to content

Commit

Permalink
Add privacy policy redirect page so old links still work
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jul 22, 2023
1 parent cff392c commit 524c870
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions static/privacy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Privacy Policy</title>
<meta charset="utf8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex">
<meta name="color-scheme" content="light dark">
<meta http-equiv="refresh" content="0; https://turbowarp.org/privacy.html">
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
</style>
</head>
<body>
<!--
You could replace this document with your actual privacy policy, then update
PRIVACY_POLICY in brand.js to be 'privacy.html'
-->
<h1>Moved to <a href="https://turbowarp.org/privacy.html">https://turbowarp.org/privacy.html</a></h1>
</body>
</html>

0 comments on commit 524c870

Please sign in to comment.