summaryrefslogtreecommitdiff
path: root/client/colors.html
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-06-09 18:53:48 +0300
committerYuval Adam <yuval@y3xz.com>2015-06-09 18:53:48 +0300
commit58b4bc50d64ea8b664a2f023eb5889c640ec9a0f (patch)
tree0da99fe5743fa3ddae1a921b8425caedcd860cc3 /client/colors.html
parentd0d37fb74d1509934dea97eff3ed2f3c87098286 (diff)
Login, logout and simple routing
Diffstat (limited to 'client/colors.html')
-rw-r--r--client/colors.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/client/colors.html b/client/colors.html
deleted file mode 100644
index d679971..0000000
--- a/client/colors.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<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>