Skip to content

Commit

Permalink
added about.html file
Browse files Browse the repository at this point in the history
I want index.html to point towards about.html
  • Loading branch information
send2dan committed Jan 5, 2024
1 parent c53b4a0 commit 8de8f5d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!DOCTYPE html>
<html>
<body>
<h1>Hello World</h1>
<p>I'm hosted with GitHub Pages.</p>
</body>
</html>
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html>
<body>
<h1>Hello World</h1>
<p>I'm hosted with GitHub Pages.</p>
</body>
<head>
<meta http-equiv="refresh" content="0; url=about.html">
</head>
</html>

0 comments on commit 8de8f5d

Please sign in to comment.