Skip to content

Commit

Permalink
feat: let /gui redirect to gui webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagnap committed Aug 21, 2024
1 parent 5059daf commit 3139b96
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gui.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url='https://hitontology.github.io/gui'" />
</head>
<body>
<p>You will be redirected to <a href="https://hitontology.github.io/gui">GitHub</a> soon!</p>
</body>
</html>

0 comments on commit 3139b96

Please sign in to comment.