mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-13 11:12:47 +00:00
Few changes
This commit is contained in:
@@ -37,7 +37,7 @@ block content
|
|||||||
if (date != null)
|
if (date != null)
|
||||||
Span.colorRed= " " + date
|
Span.colorRed= " " + date
|
||||||
br
|
br
|
||||||
input.form-control(required type="text", name="date", id="datepicker" placeholder="YYYY-MM-DD")
|
input.form-control(required type="text", name="date", id="datepicker" placeholder="MM/DD/YYYY")
|
||||||
br
|
br
|
||||||
Span Time:
|
Span Time:
|
||||||
if (time != null)
|
if (time != null)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
doctype html
|
doctype html
|
||||||
html
|
html
|
||||||
head
|
head
|
||||||
title= "Mithell's Node.js Project"
|
title= "mitchellg.me"
|
||||||
link(rel='stylesheet', href='bootstrap/css/bootstrap.css')
|
link(rel='stylesheet', href='bootstrap/css/bootstrap.css')
|
||||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||||
link(rel='stylesheet', href='jquery-ui-1.11.4/jquery-ui.css')
|
link(rel='stylesheet', href='jquery-ui-1.11.4/jquery-ui.css')
|
||||||
|
|||||||
Reference in New Issue
Block a user