made an about page and organized which exploded the line count

This commit is contained in:
2026-02-24 02:15:09 -06:00
parent 17b0dfd17d
commit 0af381156a
3 changed files with 314 additions and 7 deletions

View File

@@ -4,22 +4,83 @@
<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="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="DerexXD" />
<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: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." />
<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">
<ul id="comments-list"></ul>
<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>
<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>
<script src="commentsLoader.js"></script>
</body>
</html>