-
-
Save omar2205/84d1d07a82e0d6506844e57979f44ffe to your computer and use it in GitHub Desktop.
listd wip page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>Listd</title> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<meta name="description" | |
content="listd is a Full Stack App allowing users to create, share and watch lists of YouTube channels. Whether you want to discover new content, organize your favorites or share your opinions, listd is the app for you." /> | |
<meta name="keywords" content="listd, youtube, channels, lists, app" /> | |
<meta property="og:title" content="listd - Create, share and watch lists of YouTube channels" /> | |
<meta property="og:description" | |
content="listd is a Full Stack App allowing users to create, share and watch lists of YouTube channels. Whether you want to discover new content, organize your favorites or share your opinions, listd is the app for you." /> | |
<meta property="og:url" content="https://listd.tv" /> | |
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@1.*/css/pico.min.css"> | |
<style> | |
body { | |
background: linear-gradient(0deg, rgb(244 67 54 / 10%), rgb(233 30 99 / 10%)); | |
height: 100vh; | |
} | |
.center { | |
text-align: center; | |
} | |
</style> | |
</head> | |
<body> | |
<main class="container"> | |
<hgroup class="center"> | |
<h1>listd</h1> | |
<h6>listd is WIP and will be deployed here</h6> | |
</hgroup> | |
<p>A Full Stack App allowing users to create, share and watch lists of YouTube channels. Whether you want to discover new content, organize your favorites or share your opinions, listd is the app for you.</p> | |
<ul> | |
<li>View the code here: <a href="https://cdg.sh/listd-code">https://cdg.sh/listd-code</a></li> | |
<li>Watch the devlogs here: <a href="https://cdg.sh/listd-devlogs">https://cdg.sh/listd-devlogs</a></li> | |
<li>Watch the full | |
series here: <a href="https://cdg.sh/listd-series">https://cdg.sh/listd-series</a></li> | |
</ul> | |
</main> | |
<footer class="container center"> | |
<small>A product by CodingGarden</small> | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment