Skip to content

Instantly share code, notes, and snippets.

@monkbroc
Last active November 6, 2015 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monkbroc/9f47473700f3aad482d8 to your computer and use it in GitHub Desktop.
Save monkbroc/9f47473700f3aad482d8 to your computer and use it in GitHub Desktop.
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