| 12345678910111213141516171819202122232425 |
- <head>
- <title>simple</title>
- </head>
-
- <body>
- <h1>Help us maintain the Puppy Population</h1>
-
- {{> hello}}
- {{> info}}
- </body>
-
-
-
- <template name="hello">
- <button>Kill Puppy</button>
- <p>You've killed {{counter}} puppies.</p>
- </template>
-
- <template name="info">
- <h2>Stuff you might need</h2>
- <ul>
- <li><a href="https://presentcat.com/" target="_blank">For Your Soul</a></li>
- </ul>
- </template>
|