first commit of everything.
This commit is contained in:
parent
fc26621c08
commit
08fdb74a81
2487 changed files with 71498 additions and 0 deletions
25
views/layout.jade
Normal file
25
views/layout.jade
Normal file
|
@ -0,0 +1,25 @@
|
|||
!!! 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 scrumblr
|
||||
|
||||
body!= body
|
Loading…
Add table
Add a link
Reference in a new issue