Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fawzi-iit committed Dec 4, 2023
1 parent ecfba59 commit a71bed3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions public/projects.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project List</title>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<header>
<h1><a href="#" id="dashboardLink" title="Home">Project List</a></h1>
</header>

<div id="projects" class="main">
<!-- Projects will be loaded here -->
</div>

<footer>
<p>© 2023 Project Management Tool by Fawzi Mahmoud</p>
</footer>

<script src="/js/main.js"></script>
<!-- Additional JavaScript for loading projects can be added here -->
</body>
</html>

0 comments on commit a71bed3

Please sign in to comment.