diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-21 23:02:44 -0800 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-21 23:02:44 -0800 |
| commit | 958bc0f9585c741a3147dee368c09254a1717d69 (patch) | |
| tree | b21ae8ada3c3c73d0bf54a611b054edd1d2b3006 /StoneIsland/www/index.html | |
| parent | a82385e14c7ede73ef6893af8235f2e9e145da53 (diff) | |
| parent | 56275fcf2d133967f0f4baed9542d233e5e36ec4 (diff) | |
Merge branch 'android' of github.com:okfocus/stone-island into android
Diffstat (limited to 'StoneIsland/www/index.html')
| -rwxr-xr-x | StoneIsland/www/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index 21430eb3..d6581b76 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> @@ -411,7 +411,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> |
