You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
681 B

8 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>obrintnovafinestra</title>
  5. <meta charset="UTF-8" />
  6. <script>
  7. function enmarxa()
  8. {
  9. myWindow = window.open("tuitsapp.html", "", "scrollbars=1, width=500, height=500");
  10. //myWindow2= window.open('tuitsapp.html','winname','directories=no,titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=500');
  11. }
  12. </script>
  13. <style>
  14. html, body { /* sense marges ni padding */
  15. margin: 0;
  16. padding: 0;
  17. /*background-color: #EDEEF0;*/
  18. font-family: "Courier New", Courier, monospace;
  19. background: #252525;
  20. }
  21. </style>
  22. </head>
  23. <body onload="enmarxa()">
  24. </body>
  25. </html>