layout | title | rightmenu |
---|---|---|
default |
Page not found |
false |
Well... the bad news is that the page you requested isn't here.
The good news is that you found Javalin's secret mascot, Juke.
You can use the top menu to find what you're looking for.
<style> .not-found { display: flex; align-items: center; justify-content: center; flex-direction: column; }.not-found img {
width: 360px;
max-width: calc(100% - 80px);
display: block;
margin: 32px 0;
}
.not-found p {
margin: 16px 0;
}