Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion 01-color-flipper/final/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<!-- Modified by: Sahil Sharma - November 06, 2025 -->
<!-- Changes: Added developer credit and modification date -->
<nav>
<div class="nav-center">
<h4>color flipper</h4>
Expand All @@ -20,11 +22,14 @@ <h4>color flipper</h4>
</nav>
<main>
<div class="container">
<!-- Sahil Sharma: Updated background color display section -->
<h2>background color : <span class="color">#f1f5f8</span></h2>
<button class="btn btn-hero" id="btn">click me</button>
<!-- Modified by Sahil Sharma on 06/11/2025 -->
</div>
</main>
<!-- javascript -->
<script src="app.js"></script>
<!-- End of modifications by Sahil Sharma -->
</body>
</html>
</html>