diff options
Diffstat (limited to 'client/colors.html')
| -rw-r--r-- | client/colors.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/client/colors.html b/client/colors.html new file mode 100644 index 0000000..d679971 --- /dev/null +++ b/client/colors.html @@ -0,0 +1,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> |
