Skip to content

Commit

Permalink
day 4
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnkunstman committed Dec 5, 2023
1 parent 60e16f4 commit ca97b7d
Show file tree
Hide file tree
Showing 4 changed files with 286 additions and 0 deletions.
12 changes: 12 additions & 0 deletions day4/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>day4</title>
</head>
<body>
<div id="answer"></div>
<script src="script.js"></script>
</body>
</html>
Loading

0 comments on commit ca97b7d

Please sign in to comment.