Advertisement
Guest User

windows 2000

a guest
Jun 25th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html>
  4. <head>
  5. <title>JSLinux</title>
  6. <link href="style.css" type="text/css" rel="stylesheet"/>
  7. </head>
  8. <body>
  9. <div id="term_wrap">
  10. <div id="term_container">
  11. </div>
  12. <div>
  13. <textarea id="term_paste" cols="10" rows="1" autocorrect="off">Paste Here</textarea>
  14. <label>
  15. <img title="Upload files" src="images/upload-icon.png"><input type="file" id="files" multiple onchange="on_update_files(this.files)">
  16. </label>
  17. <progress id="net_progress">
  18. </progress>
  19. </div>
  20. </div>
  21. <script type="text/javascript" src="term.js"></script>
  22. <script type="text/javascript" src="jslinux.js"></script>
  23. <div id="copyright">&copy; 2011-2018 Fabri
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement