Skip to content

Commit

Permalink
Merge pull request #20 from web-illinois/redirect-index
Browse files Browse the repository at this point in the history
Create index.html
  • Loading branch information
bryanjonker-illinois authored Oct 28, 2023
2 parents efb8184 + 1d2282b commit 918ad71
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<html>
<head>
<title>Shared Components | UIUC</title>
<meta http-equiv="refresh" content="0;URL='https://github.com/web-illinois/shared-components/blob/main/readme.md'" />
</head>
<body>
<p><a href="https://github.com/web-illinois/shared-components/blob/main/readme.md">Redirect to Github repository</a>.</p>
</body>
</html>

0 comments on commit 918ad71

Please sign in to comment.