-
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
1 parent
b75c9a6
commit 56d0b69
Showing
4 changed files
with
25 additions
and
8 deletions.
There are no files selected for viewing
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="shortcut icon" type="image/x-icon" href="./images/cream.ico"> | ||
<title>Other Stuff</title> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<a href="./davesfunalgebraclass.html"><h2>Dave's Fun Algebra Class</h2></a> | ||
<a href="./yellowfacelolveryspookyandverylegitguysplease.html"><h2>YELLOW FACE JUMPSCARE</h2></a> | ||
<a href="./eueuruueueruiahijahjkshdkja.html"><h2>KOOOUCHOOOUF</h2></a> | ||
<a href="https://inv.zzls.xyz/watch?v=OltY8JIaP-4"><h2>How to make a website using Github Pages</h2></a> | ||
<a href="https://github.com/ricoanimations"><h2>Rico's Github Account</h2></a> | ||
</div> | ||
</body> | ||
</html> |