Skip to content
Snippets Groups Projects
redirect.html 258 B
Newer Older
  • Learn to ignore specific revisions
  • akwizgran's avatar
    akwizgran committed
    <!DOCTYPE HTML>
    <html>
    <head>
      <meta http-equiv="refresh" content="1;url=https://briarproject.org/">
      <script type="text/javascript">
        window.location.href = "https://briarproject.org/"
      </script>
      <title>Briar</title>
    </head>
    <body>
    </body>
    </html>