summaryrefslogtreecommitdiff
path: root/StoneIsland/www/index.html
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gail.com>2015-12-22 01:00:19 -0600
committerRene Ae <aehtyb@gail.com>2015-12-22 01:00:19 -0600
commit24aaba66007c8f3967d1336a1322ef9141f94ee4 (patch)
tree3d844ba55f95505f23daad3edb6044b77e01fdd6 /StoneIsland/www/index.html
parent0cd5ed392809b343c2f8d85df81f59021129723a (diff)
bugfixes
Diffstat (limited to 'StoneIsland/www/index.html')
-rwxr-xr-xStoneIsland/www/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html
index 5b949646..80b96929 100755
--- a/StoneIsland/www/index.html
+++ b/StoneIsland/www/index.html
@@ -195,7 +195,7 @@
</div>
<div class="heading">
<h1>ARCHIVE</h1>
- <div class="subtitle">'982-'015</div>
+ <div class="subtitle">'982'015</div>
</div>
</div>
@@ -352,7 +352,7 @@
<input type="email" name="ConfirmEmail" placeholder="CONFIRM EMAIL ADDRESS" required>
<div class="select-wrapper date-wrapper">
<span>BIRTHDAY (MM/DD/YYYY)</span>
- <input type="date" name="BirthDay" placeholder="BIRTHDAY (MM/DD/YYYY)" required>
+ <input type="date" name="BirthDay" min="1900-01-01" placeholder="BIRTHDAY (MM/DD/YYYY)" required>
</div>
<h2>PASSWORD</h2>
@@ -420,7 +420,7 @@
<input type="email" name="Email" placeholder="EMAIL ADDRESS" required>
<div class="select-wrapper date-wrapper">
<span>BIRTHDAY (MM/DD/YYYY)</span>
- <input type="date" name="BirthDay" placeholder="BIRTHDAY (MM/DD/YYYY)" required>
+ <input type="date" name="BirthDay" min="1900-01-01" placeholder="BIRTHDAY (MM/DD/YYYY)" required>
</div>
<h2>CHANGE PASSWORD</h2>