vue-website/pages/chrono-chamber.vue
2025-04-06 11:49:51 +10:00

16 lines
No EOL
491 B
Vue

<template>
<div>
<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>
Chrono chamber landing page/redirect to steam, probably like teamstingray.dev/arcane
</div>
</template>
<script lang="ts" setup>
</script>
<style scoped>
</style>