mirror of
https://github.com/sstent/node.git
synced 2026-01-30 09:01:52 +00:00
first post
This commit is contained in:
8
ninja-store/views/layout.jade
Normal file
8
ninja-store/views/layout.jade
Normal file
@@ -0,0 +1,8 @@
|
||||
!!!
|
||||
html
|
||||
head
|
||||
title= title
|
||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||
<script src="http://localhost:3000/socket.io/socket.io.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
|
||||
body!= body
|
||||
Reference in New Issue
Block a user