Guest User

Untitled

a guest
Jan 22nd, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Slideshow</title>
  5. <script src="/opt/PalmSDK/0.1/share/refcode/framework/enyo/1.0/framework/enyo.js" type="text/javascript"></script>
  6. </head>
  7. <body>
  8. <script type="text/javascript">
  9. new Slideshow().renderInto(document.body);
  10. </script>
  11. </body>
  12. </html>
Add Comment
Please, Sign In to add comment