tablejohn/templates/index.html

16 lines
255 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>index</title>
<script type="module" src="main.js"></script>
</head>
<body>
<h1>Hello</h1>
<p>{{ greetee }}</p>
<button id="button">Click me!</button>
</body>
</html>