]> Dogcows Code - chaz/chatty/blobdiff - root/tt/wrapper.tt
adding a basic template to build off of
[chaz/chatty] / root / tt / wrapper.tt
diff --git a/root/tt/wrapper.tt b/root/tt/wrapper.tt
new file mode 100644 (file)
index 0000000..cfcaf5b
--- /dev/null
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+       <head>
+               <meta charset="utf-8">
+               <meta name="author" content="Charles McGarvey">
+               <meta name="description" content="This is a chat application in Catalyst!">
+               <link rel="stylesheet" type="text/css" href="[% c.uri_for('static/css/common.css') %]">
+               <title>Chatty - [% template.title or 'Toy chat application written in Perl/Catalyst' %]</title>
+       </head>
+       <body>
+               <div id="outer">
+                       <div id="inner">
+[% content %]
+                       </div>
+               </div>
+               <script type="text/javascript" src="[% static('js/jquery.tools-1.2.6.min.js') %]"></script>
+       </body>
+</html>
This page took 0.01705 seconds and 4 git commands to generate.