Redirects to Main

This commit is contained in:
nelle 2022-12-20 16:54:40 -07:00
parent 5e4a316909
commit 025be37eef
2 changed files with 4 additions and 30 deletions

View file

@ -30,21 +30,21 @@
Home
</a>
<a class="navbar-item" href="https://limepot.xyz/BETA/About">
<a class="navbar-item" href="https://limepot.xyz/About">
About
</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="https://limepot.xyz/BETA/Projects">
<a class="navbar-link" href="https://limepot.xyz/Projects">
Projects
</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="https://github.com/LimePotato">
Github
</a>
<a class="navbar-item" href="https://limepot.xyz/BETA/Photography">
<a class="navbar-item" href="https://limepot.xyz/Photography">
Photography
</a>
<a class="navbar-item" href="https://limepot.xyz/BETA/Videography">
<a class="navbar-item" href="https://limepot.xyz/Videography">
Youtube
</a>
</div>

View file

@ -1,26 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Refresh" content="0; url='https://www.youtube.com/channel/UCk_yKIpDnMv_DvuDb9RGfcA'"/>
<meta charset = "utf-8" />
<title>
Videography
</title>
<!-- add icon link -->
<link rel = "icon" href = "assets/obo-icon.png"
type = "image/x-icon">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="content">
<a href="https://www.youtube.com/channel/UCk_yKIpDnMv_DvuDb9RGfcA">
<span class="icon"><ion-icon name="logo-youtube"></ion-icon></span>
<span class="text">YouTube</span>
</a>
</div>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>
</html>