summaryrefslogtreecommitdiff
path: root/colors.html
diff options
context:
space:
mode:
Diffstat (limited to 'colors.html')
-rw-r--r--colors.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/colors.html b/colors.html
new file mode 100644
index 0000000..8f427e8
--- /dev/null
+++ b/colors.html
@@ -0,0 +1,14 @@
+<head>
+ <title>colors</title>
+</head>
+
+<body>
+ <h1>Welcome to Meteor!</h1>
+
+ {{> hello}}
+</body>
+
+<template name="hello">
+ <button>Click Me</button>
+ <p>You've pressed the button {{counter}} times.</p>
+</template>