1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 02:42:48 +00:00

Few changes

This commit is contained in:
2015-06-25 23:47:51 -05:00
parent db978abbca
commit aa78dee4c3
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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')