Skip to content

Commit

Permalink
website
Browse files Browse the repository at this point in the history
  • Loading branch information
HermanNoren committed Jun 19, 2024
1 parent 5ea6ae6 commit b8f8f4e
Show file tree
Hide file tree
Showing 5 changed files with 211 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Midsommar</title>
<link rel="stylesheet" href="./style.css" />
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
</head>
<body>
<main>
<img src="./midsommar.svg" class="img"></img>
</main>
<script src="index.js"></script>
</body>
</html>
Empty file added index.js
Empty file.
Loading

0 comments on commit b8f8f4e

Please sign in to comment.