Skip to content

Commit

Permalink
Add index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Haverkamp committed Nov 14, 2024
1 parent cef8960 commit 9f9ac1a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Git gud!</title>
</head>
<body>
<h1>Git gud!</h1>
<p>A repository for experimenting and showcasing with git.</p>
</body>
</html>

0 comments on commit 9f9ac1a

Please sign in to comment.