Skip to content

Commit 2c8928f

Browse files
committed
add error page
1 parent 37c4eb9 commit 2c8928f

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

src/routes/+error.svelte

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<img class="centered" src="logo404.png" alt=""/>
2+
<style>
3+
.centered {
4+
text-align: center;
5+
position: absolute;
6+
top: 20%;
7+
left: 50%;
8+
transform: translate(-50%, -50%);
9+
width: 300px;
10+
}
11+
</style>

static/logo404.png

97.2 KB
Loading

0 commit comments

Comments
 (0)