Add artist review page and components with basic layout and styling
This commit is contained in:
+10
-2
@@ -1,5 +1,13 @@
|
||||
<template>
|
||||
<div>
|
||||
<title>Eurovision 2025</title>
|
||||
<Header />
|
||||
<div class="container mx-auto pt-6 p-4 bg-slate-400">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
body {
|
||||
background-color: #aaa;
|
||||
}
|
||||
</style>
|
||||
@@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<title>Kirjaudu</title>
|
||||
<div class="container mx-auto">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user