wip: general updates

This commit is contained in:
2024-12-02 11:54:05 +01:00
parent 196b386d6d
commit 1eab535381
17 changed files with 324 additions and 719 deletions

View File

@@ -2,22 +2,20 @@
<section class="container px-4 py-24 mx-auto">
<div class="simplecontent">
<div class="mb-24 text-left md:text-center">
<h1
class="mb-4 text-4xl font-bold leading-tight text-gray-900 dark:text-gray-50 md:text-5xl"
>{{$t('imprint')}}</h1>
<h1 class="mb-4 text-4xl font-bold leading-tight text-gray-900 dark:text-gray-50 md:text-5xl">{{ $t('imprint') }}
</h1>
</div>
<div class="mx-auto prose" v-html="content"></div>
</div>
</section>
<Footer></Footer>
</template>
<style src="../simple.css">
</style>
<style src="../simple.css"></style>
<script>
import marked from "marked";
import Footer from "@/components/Footer.vue";
export default {
components: {Footer},
components: { Footer },
data() {
return {
content: "",