remove bromessage for now, looks neater

This commit is contained in:
Yeray 2024-05-19 17:35:12 +02:00
parent 9c5fb97cdc
commit 807fcd30c7

View File

@ -38,7 +38,7 @@ import Prompt from "../components/Prompt.vue";
<div class="terminal">
<Prompt client:only="vue"/>
</div>
<div class="bromessage">Totally legit government friendly authorized site, trust me bro</div>
<!-- <div class="bromessage">Totally legit government friendly authorized site, trust me bro</div> -->
<script>
function update(e: MouseEvent | TouchEvent){
const x = e instanceof MouseEvent ? e.clientX : e.touches[0].clientX