Skip to content

Commit

Permalink
why is three a script
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Gundu authored and Amit Gundu committed Dec 17, 2024
1 parent b07d730 commit 105f8e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
3 changes: 0 additions & 3 deletions _config.yml

This file was deleted.

17 changes: 6 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,17 @@
</head>
<body>
<header>
<h1>Welcome to My Website</h1>
<h1>For I = 0;</h1>
</header>
<main>
<ul>
<li>Words</li>
<li>WIP</li>
</ul>
</main>
<footer>
<p>&copy; 2023 My Website</p>
</footer>
<script>
function toggleMenu() {
const menu = document.getElementById('mobileMenu');
if (menu.style.display === 'flex') {
menu.style.display = 'none';
} else {
menu.style.display = 'flex';
}
}
</script>

</body>
</html>

0 comments on commit 105f8e4

Please sign in to comment.