Skip to content

Commit

Permalink
Infotainment
Browse files Browse the repository at this point in the history
  • Loading branch information
deolekar committed Mar 28, 2024
1 parent ba5d61d commit 54b5903
Show file tree
Hide file tree
Showing 6 changed files with 837 additions and 2 deletions.
32 changes: 32 additions & 0 deletions infotainment.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Maharashtra Mandal - Infotainment</title>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="/images/favicon.ico" />
</head>
</head>

<body>
<header>
<nav>
<div id="nav-placeholder"></div>
<script>
$(function () {
$("#nav-placeholder").load("nav.html");
});
</script>
</nav>
</header>

<div class="social grad pad">
<a href="/infotainment/hangman.html" title="Hangman" class="material-icons">Hangman</a>
</div>

</body>

</html>
Loading

0 comments on commit 54b5903

Please sign in to comment.