change the landing

This commit is contained in:
Branden J Brown 2024-02-03 09:53:05 -06:00
parent b3eb9756f0
commit 438bcc5701
1 changed files with 1 additions and 9 deletions

View File

@ -23,6 +23,7 @@
<v-sheet rounded :elevation="5" class="pa-4"> <v-sheet rounded :elevation="5" class="pa-4">
There are no niceties in this implementation: There are no niceties in this implementation:
<ul> <ul>
<li>No self-service user account actions. Once you register, that's it. I neither send nor accept communications about your password.</li>
<li>No MMR. Matching is done purely on a first-come, first-served basis.</li> <li>No MMR. Matching is done purely on a first-come, first-served basis.</li>
<li>No saves. If you disconnect, or the server goes down for any reason, everything is gone.</li> <li>No saves. If you disconnect, or the server goes down for any reason, everything is gone.</li>
<li>No pretty. Buckshot Roulette is an incredibly stylish and atmospheric game; this version is not.</li> <li>No pretty. Buckshot Roulette is an incredibly stylish and atmospheric game; this version is not.</li>
@ -30,13 +31,4 @@
</v-sheet> </v-sheet>
</v-col> </v-col>
</v-row> </v-row>
<v-row>
<v-col>
<v-sheet rounded :elevation="5" class="pa-4">
Similarly, this server is not intended to be robust.
It runs on a hand-me-down PC sitting on the floor of my living room, the same computer that runs <a href="https://twitch.tv/robotisbroken" target="_blank">RobotIsBroken</a>.
Please don't DoS me. It won't be a challenge.
</v-sheet>
</v-col>
</v-row>
</template> </template>