initial commit i watched a youtube video essay on this guy and was so inspired to make this, copied over some files from another webpage i test made
This commit is contained in:
24
docs/index.html
Normal file
24
docs/index.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>DerexXD - DVD Logo Hitting Corner Comments | Michie Stadium</title>
|
||||
<meta name="description" content="Website showing database of all comments from viral DVD logo hitting corner video at Michie Stadium. Comment on the video and become part of internet history forever." />
|
||||
<meta name="keywords" content="DerexXD, DVD logo, hitting corner, Michie Stadium, comments, viral video, satisfying, leave your legacy, internet history" />
|
||||
<meta name="author" content="DerexXD" />
|
||||
<meta property="og:title" content="DerexXD - DVD Logo Hitting Corner Comments" />
|
||||
<meta property="og:description" content="Database of all comments from the viral DVD logo hitting corner video at Michie Stadium. Comment and become part of internet history." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="DerexXD - DVD Logo Hitting Corner Comments" />
|
||||
<meta name="twitter:description" content="Database of all comments from the iconic DVD logo moment. Comment and become part of internet history." />
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<ul id="comments-list"></ul>
|
||||
</div>
|
||||
<script src="commentsLoader.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user