Skip to content

Commit

Permalink
Update and rename index.md to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ashedesimone authored Jun 20, 2024
1 parent 245aedb commit c684efd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
16 changes: 16 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>My GitHub Pages Site</title>
</head>
<body>
<h1>Hello world!</h1>
<p>Welcome to my GitHub Pages site!</p>

<!-- Links to files in the /docs folder -->
<ul>
<li><a href="docs/file2.md">File 1</a></li>
<li><a href="docs/manifest.md">File 2</a></li>
</ul>
</body>
</html>
3 changes: 0 additions & 3 deletions docs/index.md

This file was deleted.

0 comments on commit c684efd

Please sign in to comment.