example.html - jscancer - Javascript crap (relatively small)
(HTM) git clone git://git.codemadness.org/jscancer
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
example.html (501B)
---
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
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-31" />
12
13 <script type="text/javascript" src="datepicker.js"></script>
14
15 </body>
16 </html>