change the landing
This commit is contained in:
parent
b3eb9756f0
commit
438bcc5701
@ -23,6 +23,7 @@
|
||||
<v-sheet rounded :elevation="5" class="pa-4">
|
||||
There are no niceties in this implementation:
|
||||
<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 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>
|
||||
@ -30,13 +31,4 @@
|
||||
</v-sheet>
|
||||
</v-col>
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue
Block a user