I want to create a fully self-contained page which uses JQuery UI components, namely datepicker and slider. "Self-contained" meaning no use of files except for .html itself, including images. CSS and JS are not a problem, since they can go inside <style> and <script> tags.
Obviously I can't get rounded corners, etc. but I don't care about that: just something which looks acceptable. Is it possible?