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