limepot-xyz/BETA/videography.html
LimePot 76722fec47 Beta Site
Going to slowly work on a Bulma site, which will end up being the main site.

Currently under the /BETA/ folder so Alpha site will still be main site.
2022-12-20 16:23:37 -07:00

26 lines
No EOL
895 B
HTML

<!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>