Skip to content
Snippets Groups Projects
Commit 4726fab5 authored by Ina Martini's avatar Ina Martini
Browse files

fix: add styling

parent 0762733b
No related branches found
No related tags found
3 merge requests!66Final merge,!57General cleanup of application,!4Pipeline fix
<script lang="ts" setup></script>
<template>
<h1>404 - Siden finnes ikke</h1>
<p>Denne siden finnes ikke. Gå tilbake til <RouterLink to="/">hjem</RouterLink>.</p>
</template>
<style scoped></style>
<div class="flex justify-center items-center mt-16">
<h1>404 - Siden finnes ikke</h1>
<p>Denne siden finnes ikke. Gå tilbake til <RouterLink to="/">hjem</RouterLink>.</p>
</div>
</template>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment