-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
41 additions
and
21 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>My Meme Page!</title> | ||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"> | ||
<meta content="utf-8" http-equiv="encoding"> | ||
<link rel="stylesheet" href="/index.css" type="text/css"> | ||
</head> | ||
<body> | ||
<a href="/">← go back</a> | ||
<h1 style="margin-top: 0.1em;">only my <span class="y-spin">best</span> memes</h1> | ||
<h3 class="header3">one must imagine bob happy</h3> | ||
<img src="/assets/memes/bob-sisyphus.png"> | ||
<a class="header3 unlink-color" href="https://archive.org">archive.org reference</a> | ||
<video src="/assets/memes/archive-reference.mp4" controls=""></video> | ||
<a class="header3 unlink-color" href="https://www.youtube.com/watch?v=CMtv343LhSA">u think u cool?</a> | ||
<video src="/assets/memes/u-think-u-cool.mp4" controls=""></video> | ||
<a class="header3 unlink-color" href="https://www.youtube.com/watch?v=c8ZBdCyGIS4">roblox...</a> | ||
<video src="/assets/memes/roblox-moment.mp4" controls=""></video> | ||
<a class="header3 unlink-color" href="https://www.youtube.com/watch?v=QuDq1W3Rz0M">number 9</a> | ||
<video src="/assets/memes/number-9.mp4" controls=""></video> | ||
</body> | ||
</html> |