summaryrefslogtreecommitdiff
path: root/colors.html
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-06-09 16:37:36 +0300
committerYuval Adam <yuval@y3xz.com>2015-06-09 16:37:36 +0300
commit527dd3373c4d4a54a080557408c4786aa7e03f87 (patch)
tree36a245c7f12c52e4311849b9894d5fbc2315eb9d /colors.html
parent1c151d4e5afaa1558618ded6bf9efe47742e8b26 (diff)
Client dir
Diffstat (limited to 'colors.html')
-rw-r--r--colors.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/colors.html b/colors.html
deleted file mode 100644
index 5962e72..0000000
--- a/colors.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<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>