Upload All

This commit is contained in:
Alan
2018-02-26 14:09:18 +08:00
parent 42d3a3fc46
commit 46257f08b0
1024 changed files with 204324 additions and 0 deletions

9
views/layout/head.pug Normal file
View File

@ -0,0 +1,9 @@
//- main.pug
title= title
meta(charset="utf-8")
meta(name="viewport" content="width=device-width, initial-scale=1")
link(rel="stylesheet", href="/css/bootstrap.min.css")
link(rel="stylesheet", href="/css/bootstrap-theme.min.css")
link(rel="stylesheet", href="/css/custom_styles.css")
link(rel="stylesheet", href="/css/" + extendedStyle)
script(src="/js/jquery-3.2.1.min.js")