Skip to content

Commit

Permalink
404
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-ford committed Jun 11, 2024
1 parent 43ad653 commit 5a61e2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ <h1>404!</h1>
<p>Oops! Page couldn't be found.</p>
<a href="/games/">Click here to go back to the Homepage</a>
</div>
<div class="glow"></div>
</div>
<script src="glow.js"></script>
<script src="script.js"></script>
</body>
</html>
File renamed without changes.
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ a:hover {
height: 200px;
background: rgba(255, 87, 34, 0.6);
border-radius: 50%;
filter: blur(50px);
filter: blur(100px);
pointer-events: none;
transition: transform 0.1s ease;
}

0 comments on commit 5a61e2f

Please sign in to comment.