first commit
This commit is contained in:
12
ksAll/views/layout.pug
Normal file
12
ksAll/views/layout.pug
Normal file
@@ -0,0 +1,12 @@
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
title= title
|
||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||
link(rel='stylesheet', href='http://at.alicdn.com/t/font_3359132_azrkp1lj7lc.css')
|
||||
script(src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js")
|
||||
block css
|
||||
body
|
||||
block content
|
||||
|
||||
block js
|
||||
Reference in New Issue
Block a user