11 lines
246 B
Vue
11 lines
246 B
Vue
<template>
|
|
<h1 class="text-4xl font-black">
|
|
pomp's<br />
|
|
biased & opinionated<br />
|
|
rankings DB
|
|
</h1>
|
|
|
|
<NuxtLink href="/content-creators" class="underline">
|
|
Content Creators
|
|
</NuxtLink>
|
|
</template>
|