-
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
2 changed files
with
17 additions
and
13 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
@@ -1,14 +1,17 @@ | ||
<!doctype html> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Vite App</title> | ||
<script type="module" crossorigin src="/assets/index-MQ_MSdzi.js"></script> | ||
<link rel="stylesheet" crossorigin href="/assets/index-DRNMkqs8.css"> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
</body> | ||
</html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>404 Not Found</title> | ||
<link rel="stylesheet" crossorigin href="/assets/index-BaNS3hCt.css"> | ||
</head> | ||
<body class=""> | ||
<section class="container static z-0 text-white bg-black overflow-x-hidden cursor-default select-none pointer-events-none flex flex-row justify-center items-center z-10"> | ||
<div id="topbar" class="absolute top-0 w-full h-fit z-50">TOP BAR</div> | ||
<div id="content" class="relative w-screen h-screen z-20 flex flex-col justify-center items-center">A</div> | ||
<div id="scroll-down" class="absolute bottom-0 w-full h-fit z-50">SCROLL DOWN</div> | ||
</section> | ||
<script src="./src/script.js"></script> | ||
</body> | ||
</html> |