Skip to content

Commit

Permalink
404
Browse files Browse the repository at this point in the history
  • Loading branch information
uf0 committed Oct 11, 2022
1 parent 3a1b1fd commit cd749c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/routes/404/+page.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<img class="image" src="/img/404.gif" alt="not found" />

<style>
.image {
width: 100vw;
height: 100vh;
object-fit: contain;
}
</style>
Binary file added static/img/404.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cd749c2

Please sign in to comment.