1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-13 03:02:49 +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) 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)

View File

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