diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-06 19:37:01 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-06 19:37:01 +0300 |
| commit | e997748c03ddce04c0ebdc3a75bd21bc5d1c77a0 (patch) | |
| tree | 1fea1774142dc53a64bfb6efe3964f499b71c3a4 /colors.html | |
Initial files
Diffstat (limited to 'colors.html')
| -rw-r--r-- | colors.html | 14 |
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> |
