Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBlooD authored Dec 30, 2024
1 parent 852dee2 commit 8dcd1b0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
1 change: 1 addition & 0 deletions assets/index-CTwWwZZK.js

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

1 change: 0 additions & 1 deletion assets/index-D0ZBzVO3.js

This file was deleted.

2 changes: 1 addition & 1 deletion assets/index-RMBC5bJ7.css → assets/index-zUT00k8v.css

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

18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,36 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>404 Not Found</title>
<script type="module" crossorigin src="/assets/index-D0ZBzVO3.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-RMBC5bJ7.css">
<script type="module" crossorigin src="/assets/index-CTwWwZZK.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-zUT00k8v.css">
</head>

<body
class="@container relative z-0 text-white bg-black flex flex-col justify-center items-center appearance-none select-none pointer-event-none scroll-smooth"
>
<header
class="absolute top-0 w-full h-fit z-50 snap-none flex flex-row justify-between items-center"
class="absolute top-0 w-full h-fit z-50 flex flex-row justify-between items-center"
>
XXX
<button id="scroll-down" type="button">Scroll Down</button>
</header>
<main
class="relative w-screen h-screen z-10 overflow-x-hidden no-scrollbar snap-y snap-mandatory"
class="relative w-screen h-screen z-10 overflow-x-hidden no-scrollbar"
>
<section
class="relative w-full h-full z-20 snap-always snap-center shrink-0 flex flex-row justify-center items-center"
class="relative w-full h-full z-20 flex flex-row justify-center items-center"
>
A
</section>
<section
class="relative w-full h-full z-20 snap-always snap-center shrink-0 flex flex-row justify-center items-center"
class="relative w-full h-full z-20 flex flex-row justify-center items-center"
>
B
</section>
</main>
<footer
class="absolute bottom-0 w-fit h-fit z-50 snap-none flex flex-row justify-between items-center"
class="absolute bottom-0 w-fit h-fit z-50 flex flex-row justify-between items-center"
>
XXX
<button id="scroll-up" type="button">Scroll Up</button>
</footer>
</body>
</html>

0 comments on commit 8dcd1b0

Please sign in to comment.