Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBlooD committed Dec 17, 2024
1 parent 72abb74 commit b836790
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
1 change: 1 addition & 0 deletions assets/index-BaNS3hCt.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 16 additions & 13 deletions index.html
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>

0 comments on commit b836790

Please sign in to comment.