Update root index

This commit is contained in:
Samantha Becker 2023-07-13 16:31:44 +02:00
parent be6e322bff
commit 89c766afda

View file

@ -1,12 +1,8 @@
<script> <head>
let counter = 0; <title>Evilthings</title>
</script> </head>
<style>
button {
background: green;
color:#FFF;
}
</style>
I'm counting ... {counter} <h1>Welcome to Evilthings</h1>
<button on:click={() => {counter++}}>Count up</button> <p>
A mantle thing for software things m* does. Could possibly, but unlikely, be extended in the future.
</p>