This commit initializes both the Nuxt frontend and the Rust backend of the new version of phundrak.com
12 lines
139 B
Vue
12 lines
139 B
Vue
<template>
|
|
<nav>
|
|
<!-- Your navbar content here -->
|
|
</nav>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
</script>
|
|
|
|
<style scoped>
|
|
</style>
|