memo/views/layout.jade
ali asaria 7f98cac326 add a notice that the demo is only a demo
this is for visitors who don't read the docs and just arrive at the demo site -- i want them to know that the demo is not the whole product, just an example
2011-03-12 12:36:30 -05:00

25 lines
774 B
Text

!!! 5
html(lang="en")
head
<!-- SCRIPTS -->
<script src="/lib/jquery-1.5.1.min.js"></script>
<script src="/socket.io/socket.io.js"></script>
<script src="/lib/jquery-ui/js/jquery-ui-1.8.9.custom.min.js"></script>
<script src="/lib/jquery.jeditable.js"></script>
<script src="/script.js"></script>
<!-- STYLES -->
<link rel="stylesheet" type="text/css" href="/css/style.css" />
<link rel="stylesheet" title="cardsize" href="/css/bigcards.css" type="text/css" media="all" />
<!-- FONTS -->
<link href='http://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Covered+By+Your+Grace' rel='stylesheet' type='text/css'>
title= locals.pageTitle
body!= body