Skip to content

Commit

Permalink
Merge pull request #3 from idongCodes/boilerplate-html
Browse files Browse the repository at this point in the history
Create index.html
  • Loading branch information
idongCodes authored Jul 7, 2024
2 parents b05d9a2 + 9f193ad commit a7a2412
Showing 1 changed file with 17 additions and 0 deletions.
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" />
<link rel="stylesheet" href="styles.css" />
<title>Calorie Counter</title>
</head>
<body>
<main>
<h1>Calorie Counter</h1>
<div class="container">

</div>
</main>
</body>
</html>

0 comments on commit a7a2412

Please sign in to comment.