Button Dashboard Theme
<html> | |
<head><title>Counter</title> | |
<style> | |
body { | |
max-width: 500px; | |
margin: 50px auto; | |
text-align: center; | |
font-family: 'Helvetica','Arial',sans-serif; | |
} | |
h1 { | |
font-size: 6em; | |
} | |
</style> | |
</head> | |
<body> | |
<h2>Button counter</h2> | |
<h1>{{hook.output}}</h1> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment