Skip to content
Snippets Groups Projects
Commit c6a4d473 authored by Myśliwiec, D. (Dominik, Student M-CS)'s avatar Myśliwiec, D. (Dominik, Student M-CS)
Browse files

Merge remote-tracking branch 'origin/main' into main

parents 26c54c32 9ecf228d
No related branches found
No related tags found
No related merge requests found
<template>
<div id="default-page">
<div>
<Nuxt />
<Nav />
</div>
</template>
<script>
export default {
head() {
return {
bodyAttrs: {
id: "default-page"
}
}
}
}
</script>
<style>
@font-face {
font-family: Bungee;
......
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