Skip to content
Snippets Groups Projects
Commit 34e2e62b authored by Atharva Rajendra Sardar's avatar Atharva Rajendra Sardar
Browse files

Delete schedule.html

parent ae7ada9f
No related branches found
No related tags found
1 merge request!8Sprint2 frontend
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tennis Schedule</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Upcoming Tennis Matches</h1>
<nav>
<a href="index.html">Home</a>
<a href="schedule.html">Schedule</a>
<a href="players.html">Players</a>
</nav>
</header>
<main>
<section id="matches">
<h2>Next 15 Tennis Matches</h2>
<ul id="upcoming-matches"></ul>
</section>
</main>
<script src="schedule.js"></script>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment