Skip to content

Commit

Permalink
feat(website): Add 404 page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayfri committed Jun 1, 2024
1 parent 9fc7214 commit 3a923da
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package io.github.ayfri.kore.website.pages
import androidx.compose.runtime.Composable
import com.varabyte.kobweb.compose.css.*
import com.varabyte.kobweb.compose.css.AlignItems
import com.varabyte.kobweb.core.Page
import io.github.ayfri.kore.website.components.common.LinkButton
import io.github.ayfri.kore.website.components.layouts.PageLayout
import io.github.ayfri.kore.website.utils.P
Expand All @@ -15,6 +16,7 @@ import org.jetbrains.compose.web.dom.H1
import org.jetbrains.compose.web.dom.Text

@Composable
@Page
fun PageNotFound() = PageLayout("404") {
Style(PageNotFoundStyle)

Expand Down

0 comments on commit 3a923da

Please sign in to comment.