Louis Hollingworth
ca2f305a0a
Utilities has been added since it is my aim to have all of the staff forms and timezones added to the site
10 lines
214 B
Vue
10 lines
214 B
Vue
<template>
|
|
<div class="container">
|
|
<h1 class="title">Utilities for the Discord Server</h1>
|
|
<LinkCard
|
|
title="Birthdays"
|
|
link="/utilities/birthdays"
|
|
/>
|
|
</div>
|
|
</template>
|