ADD: External Imprint

This commit is contained in:
webfussel 2024-05-22 13:19:05 +02:00
parent b7a11e5b84
commit 40beae70e9
9 changed files with 122 additions and 16 deletions

12
pages/[...route].vue Normal file
View file

@ -0,0 +1,12 @@
<template>
<div>
<Header />
<Intro />
<Skills />
<Customers />
<Services />
<Footer />
</div>
</template>
<script setup></script>