Skip to content

Commit

Permalink
β›΄πŸ‘› Checkpoint
Browse files Browse the repository at this point in the history
./index.html:69253284/545
  • Loading branch information
yuki-konn committed Sep 5, 2024
1 parent 3f9d7f3 commit 1631c50
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Capstone Project</title>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style.css" />
<script src="utility-functions.js"></script>
</head>
<body>
<header>
<nav></nav>
</header>
<main></main>
<footer></footer>
</body>
</html>

0 comments on commit 1631c50

Please sign in to comment.