Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 725 Bytes

404.md

File metadata and controls

33 lines (29 loc) · 725 Bytes
layout title rightmenu
default
Page not found
false
Decorative illustration

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;
}
</style>