Skip to content

Commit

Permalink
PA changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyagothi committed Jun 18, 2024
1 parent 66380b6 commit d8d4381
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
Empty file added public/home.js
Empty file.
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset= "UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>50_days_50_webprojects</title>
<link rel="stylesheet" href="index.css">

<link rel="stylesheet" href="home.css">
<script src="home.js"></script>
</head>
<body class="load">
<div id="loader"></div>
Expand Down Expand Up @@ -38,7 +38,7 @@
<div class="table">
<div class="day-number">Day 4</div>
<div class="project-name">Dropdown Nav Bar</div>
<a href="dropdown_navbar/dropdown.html" class="demo-link">Demo</a>
<a href="dropdown_navbar/index.html" class="demo-link">Demo</a>
</div>
<div class="table">
<div class="day-number">Day 5</div>
Expand Down

0 comments on commit d8d4381

Please sign in to comment.