]> Dogcows Code - chaz/chatty/blobdiff - root/tt/index.tt
better client-side form validation; layout tweaks
[chaz/chatty] / root / tt / index.tt
diff --git a/root/tt/index.tt b/root/tt/index.tt
deleted file mode 100644 (file)
index 06fce92..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<h1>Chatty - Toy chat app written in Perl/Catalyst</h1>
-<p>
-This app lets you chat with other registered chatters. Cool!  Once you are
-registered and logged-in, you will be allowed to join a chat room and get
-chatty.
-</p>
-[% IF ! c.user_exists -%]
-[% INCLUDE login.tt -%]
-[% ELSE %]
-<a href="[% c.uri_for('logout') %]">Log Out</a>
-[% END -%]
This page took 0.01784 seconds and 4 git commands to generate.