Skip to content

Commit

Permalink
Fix missing closing tag in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Envestoren committed Mar 6, 2024
1 parent c35ae0a commit 86318db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>Min første nettside</title>
</head>
<body>
<h1>Hei, verden!</h1
<h1>Hei, verden!</h1>
</body>
</html>

0 comments on commit 86318db

Please sign in to comment.