mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 02:42:48 +00:00
Few changes
This commit is contained in:
@@ -37,7 +37,7 @@ block content
|
||||
if (date != null)
|
||||
Span.colorRed= " " + date
|
||||
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
|
||||
Span Time:
|
||||
if (time != null)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
title= "Mithell's Node.js Project"
|
||||
title= "mitchellg.me"
|
||||
link(rel='stylesheet', href='bootstrap/css/bootstrap.css')
|
||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||
link(rel='stylesheet', href='jquery-ui-1.11.4/jquery-ui.css')
|
||||
|
||||
Reference in New Issue
Block a user