Files
picsmics4/docs/index.html
2026-02-24 02:40:32 -06:00

89 lines
2.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The picsmics4 Story</title>
<meta
name="description"
content="Memorializing the legendary comment thread on DrazenXLive's Reptilia The Strokes, Rock Band video. Browse every comment and relive internet history."
/>
<meta
name="keywords"
content="picsmics4, DrazenXLive, Reptilia, The Strokes, Rock Band, comment thread, legendary comments, internet history, YouTube comments, archive"
/>
<meta name="author" content="Derek Chen" />
<meta
property="og:title"
content="picsmics4 The Legendary Reptilia Comment Thread"
/>
<meta
property="og:description"
content="An archive memorializing the iconic comment thread on DrazenXLive's Reptilia The Strokes, Rock Band video. Browse every comment ever left."
/>
<meta property="og:type" content="website" />
<meta property="og:site_name" content="picsmics4" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="picsmics4 The Legendary Reptilia Comment Thread"
/>
<meta
name="twitter:description"
content="Archive of the legendary comment thread on DrazenXLive's Reptilia The Strokes, Rock Band video. Internet history preserved forever."
/>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<nav class="navbar">
<a
href="https://youtu.be/lW7vWfRI5oI?si=Sefj320BsIkgOKk0"
class="nav-logo"
>picsmics4</a
>
<div class="nav-links">
<a href="index.html" class="nav-link active">Comments</a>
<a href="about.html" class="nav-link">About</a>
</div>
</nav>
<div class="container">
<header class="hero">
<h1>The Comment Thread</h1>
<p class="subtitle">
Every comment from
<a
href="https://www.youtube.com/watch?v=lW7vWfRI5oI"
target="_blank"
rel="noopener"
>DrazenXLive's video</a
>
</p>
<p class="meta" id="comment-count"></p>
</header>
<ul id="comments-list"></ul>
</div>
<section class="about-content">
<h2>Links</h2>
<ul>
<li>
<a
href="https://www.youtube.com/watch?v=lW7vWfRI5oI"
target="_blank"
rel="noopener"
>The Original Video</a
>
</li>
<li>
<a
href="https://github.com/DereC4/picsmics4"
target="_blank"
rel="noopener"
>GitHub Repository</a
>
</li>
</ul>
</section>
<script src="commentsLoader.js"></script>
</body>
</html>