vue-website/pages/chrono-chamber.vue

16 lines
491 B
Vue
Raw Normal View History

2025-04-04 19:09:05 +11:00
<template>
<div>
2025-04-06 11:49:51 +10:00
<h1>Chrono Chamber</h1>
Hey there, if youre part of the smash staff i will be updating this page shortly to have links to the game, info and a way to play it!
Once its ready i imagine it will look something like this: <a href="https://teamstingray.dev/arcane">teamstingray.dev/arcane</a>
2025-04-04 19:09:05 +11:00
Chrono chamber landing page/redirect to steam, probably like teamstingray.dev/arcane
</div>
</template>
<script lang="ts" setup>
</script>
2025-04-05 20:02:54 +11:00
<style scoped>
2025-04-04 19:09:05 +11:00
</style>