summaryrefslogtreecommitdiff
path: root/client/colors.html
blob: d679971d0352d1926748715290130ecc6cbb6921 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<head>
  <title>colors</title>
</head>

<body>
  <h1>Welcome to Meteor!</h1>

  {{> loginButtons}}

  {{> hello}}
</body>

<template name="hello">
  <button>Click Me</button>
  <p>You've pressed the button {{counter}} times.</p>
</template>