remove bromessage for now, looks neater
This commit is contained in:
parent
9c5fb97cdc
commit
807fcd30c7
@ -38,7 +38,7 @@ import Prompt from "../components/Prompt.vue";
|
|||||||
<div class="terminal">
|
<div class="terminal">
|
||||||
<Prompt client:only="vue"/>
|
<Prompt client:only="vue"/>
|
||||||
</div>
|
</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>
|
<script>
|
||||||
function update(e: MouseEvent | TouchEvent){
|
function update(e: MouseEvent | TouchEvent){
|
||||||
const x = e instanceof MouseEvent ? e.clientX : e.touches[0].clientX
|
const x = e instanceof MouseEvent ? e.clientX : e.touches[0].clientX
|
||||||
|
Loading…
x
Reference in New Issue
Block a user