example.html - jscancer - Javascript crap (relatively small) | |
git clone git://git.codemadness.org/jscancer | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
example.html (501B) | |
--- | |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.… | |
2 <html> | |
3 <head> | |
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-… | |
5 <title>jsdatepicker</title> | |
6 <link rel="stylesheet" type="text/css" href="datepicker.css" /> | |
7 </head> | |
8 <body> | |
9 | |
10 <label for="example">Date:</label> | |
11 <input id="example" type="date" class="date" min="2016-01-05" max="2030-… | |
12 | |
13 <script type="text/javascript" src="datepicker.js"></script> | |
14 | |
15 </body> | |
16 </html> |