13 lines
145 B
Vue
13 lines
145 B
Vue
<template>
|
|
<main>
|
|
<FeedbackForm />
|
|
<JokeBlock />
|
|
</main>
|
|
</template>
|
|
|
|
<style>
|
|
* {
|
|
font-family: 'Helvetica', sans-serif;
|
|
}
|
|
</style>
|