Skip to content

Commit

Permalink
fixed links on form.html
Browse files Browse the repository at this point in the history
  • Loading branch information
angel33la authored Jul 17, 2024
1 parent a760f00 commit f7e6041
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions form.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/master.css">
<link rel="stylesheet" href="css/master.css">
<title>MyTube</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand All @@ -19,75 +19,75 @@
<a href="index.html">Home</a>
</li>
<li>
<a href="/pages/collection-1.html">Fame On Fire</a>
<a href="pages/collection-1.html">Fame On Fire</a>
<ul>
<li>
<a href="/videos/videos-1.html">Smells Like Teen Spirit</a>
<a href="videos/videos-1.html">Smells Like Teen Spirit</a>
</li>
<li>
<a href="/videos/videos-2.html">Rockstar</a>
<a href="videos/videos-2.html">Rockstar</a>
</li>
<li>
<a href="/videos/videos-3.html">Misery Business</a>
<a href="videos/videos-3.html">Misery Business</a>
</li>
<li>
<a href="/videos/videos-4.html">Plastic Heart</a>
<a href="videos/videos-4.html">Plastic Heart</a>
</li>
<li>
<a href="/videos/videos-5.html">Cut Throat</a>
<a href="videos/videos-5.html">Cut Throat</a>
</li>
<li>
<a href="/videos/videos-6.html">Ketamine</a>
<a href="videos/videos-6.html">Ketamine</a>
</li>
</ul>
</li>
<li>
<a href="/pages/collection-2.html">O'Keefe Music Foundation</a>
<a href="pages/collection-2.html">O'Keefe Music Foundation</a>
<ul>
<li>
<a href="/videos/videos-7.html">The Pot</a>
<a href="videos/videos-7.html">The Pot</a>
</li>
<li>
<a href="/videos/videos-8.html">46 & 2</a>
<a href="videos/videos-8.html">46 & 2</a>
</li>
<li>
<a href="/videos/videos-9.html">Lateralus</a>
<a href="videos/videos-9.html">Lateralus</a>
</li>
<li>
<a href="/videos/videos-10.html">My Curse</a>
<a href="videos/videos-10.html">My Curse</a>
</li>
<li>
<a href="/videos/videos-11.html">Her Black Wings</a>
<a href="videos/videos-11.html">Her Black Wings</a>
</li>
<li>
<a href="/videos/videos-12.html">More Human Than Human</a>
<a href="videos/videos-12.html">More Human Than Human</a>
</li>
</ul>
</li>
<li>
<a href="/pages/collection-3.html">Our Last Night</a>
<a href="pages/collection-3.html">Our Last Night</a>
<ul>
<li>
<a href="/videos/videos-13.html">Oasis</a>
<a href="videos/videos-13.html">Oasis</a>
</li>
<li>
<a href="/videos/videos-14.html">Bye, Bye, Bye</a>
<a href="videos/videos-14.html">Bye, Bye, Bye</a>
</li>
<li>
<a href="/videos/videos-15.html">Total Eclipse of the Heart</a>
<a href="videos/videos-15.html">Total Eclipse of the Heart</a>
</li>
<li>
<a href="/videos/videos-16.html">The Beaten Path</a>
<a href="videos/videos-16.html">The Beaten Path</a>
</li>
<li>
<a href="/videos/videos-17.html">Losing Sleep</a>
<a href="videos/videos-17.html">Losing Sleep</a>
</li>
<li>
<a href="/videos/videos-18.html">Let Light Overcome The Darkness</a>
<a href="videos/videos-18.html">Let Light Overcome The Darkness</a>
</li>
</ul>
</li>
<li><a href="/form.html">New Video</a></li>
<li><a href="form.html">New Video</a></li>
</ul>
</nav>
</header>
Expand Down Expand Up @@ -133,4 +133,4 @@ <h1><u> ADD NEW VIDEO:</u></h1>
<hr />
<footer>&copy: Copyright</footer>

</html>
</html>

0 comments on commit f7e6041

Please sign in to comment.