Skip to content

Commit

Permalink
Create index.md with a redirect (gramineproject#224)
Browse files Browse the repository at this point in the history
Adding this index.md file that just contains a meta refresh tag to forward people to the graphene project page on the main website.
Remove this when replacing with an actual website..
  • Loading branch information
aakshintala authored and chiache committed Jul 6, 2018
1 parent 256f39c commit c818d66
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Graphene Library OS</title>
<meta http-equiv="refresh" content="0;URL='https://oscarlab.github.io/projects/graphene/'" />
</head>
<body>
<p>This page has moved. Click <a href="https://oscarlab.github.io/projects/graphene/">
here</a> to go to the new location, if you aren't automatically redirected.</p>
</body>
</html>

0 comments on commit c818d66

Please sign in to comment.