Skip to content

Commit

Permalink
combine go redirect and http
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Dec 22, 2020
1 parent 7684a87 commit 2dd71f7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
18 changes: 18 additions & 0 deletions apps/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting&hellip;</title>
<link rel="canonical" href="https://apps.fyne.io">
<script>location="https://apps.fyne.io"</script>
<meta http-equiv="refresh" content="0; url=https://apps.fyne.io">
<meta name="robots" content="noindex">

<meta name="go-import" content="fyne.io/apps git https://github.com/fyne-io/apps">

<body>
<h1>Redirecting&hellip;</h1>
<a href="https://apps.fyne.io">Click here if you are not redirected.</a>
</body>
</html>


7 changes: 0 additions & 7 deletions apps/index.md

This file was deleted.

0 comments on commit 2dd71f7

Please sign in to comment.