Added License Information

This commit is contained in:
Flycro
2022-02-05 23:56:07 +01:00
parent 94140719b8
commit 5ed8dcb11a
5 changed files with 7 additions and 30 deletions

View File

@@ -7,4 +7,5 @@
[Default Layout]
</div>
</main>
<Footer />
</template>

View File

@@ -3,4 +3,5 @@
<main class="px-4 py-10 text-center text-gray-700 dark:text-gray-200">
<router-view />
</main>
<Footer />
</template>

View File

@@ -5,4 +5,5 @@
<router-view />
</article>
</main>
<Footer />
</template>

View File

@@ -5,4 +5,5 @@
<router-view />
</article>
</main>
<Footer />
</template>