Skip to content

Commit

Permalink
Add initial HTML structure to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Envestoren committed Mar 7, 2024
1 parent c79a40c commit ae124cc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="no">
<head>
<title>Min første nettside</title>
</head>
<body>
<h1>Hei, verden!</h1>
</body>
</html>

0 comments on commit ae124cc

Please sign in to comment.