mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 13:51:28 +00:00
Create index.md with a redirect (#224)
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..
This commit is contained in:
committed by
Chia-Che Tsai
parent
256f39c33f
commit
c818d66e91
@@ -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>
|
||||
Reference in New Issue
Block a user