Update root index
This commit is contained in:
parent
be6e322bff
commit
89c766afda
1 changed files with 7 additions and 11 deletions
|
@ -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>
|
Loading…
Reference in a new issue