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

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

  {{> loginButtons}}
</body>

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