Create birthdays.vue

Added the birthdays page back
This commit is contained in:
Louis Hollingworth 2022-05-22 16:40:23 +01:00
parent 0304bf763c
commit 67ffe0c200
No known key found for this signature in database
GPG key ID: 1E66DEA3F5D623D1

7
pages/birthdays.vue Normal file
View file

@ -0,0 +1,7 @@
<template>
<div class="container">
<h1>Birthdays</h1>
<p>Discord bots are changing. <br> This means that we can no longer provide you with the command to set your birthday. <br> Instead, this page now gives you your timezone for use with Discord bots.</p>
<h2>Your timezone: {{ Intl.DateTimeFormat().resolvedOptions().timeZone }}</h2>
</div>
</template>