Skip to content

Commit

Permalink
Add index.html stub to try out gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikTH committed Jan 3, 2024
1 parent 80cab49 commit 1609a0a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/html/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>

0 comments on commit 1609a0a

Please sign in to comment.