Advertisement
Guest User

Untitled

a guest
Aug 28th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html><head>
  3. <title>Haidiba Software</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  5. <meta name="description" content="Haidiba Games">
  6. <meta name="keywords" content="Haidiba, Software, jocuri, TetrisV6, lacrimi de mujdei">
  7. <meta name="author" content="Tudor Ionel">
  8.  
  9. <style>
  10. a:link {
  11. color:#009BBA;
  12. background-color:transparent;
  13. text-decoration:none;
  14. }
  15. a:visited {
  16. color:#79B8B1;
  17. background-color:transparent;
  18. text-decoration:none;
  19. }
  20. a:hover {
  21. color:#1EB500;
  22. background-color:transparent;
  23. text-decoration:underline;
  24. }
  25. a:active {
  26. color:#ff0000;
  27. background-color:transparent;
  28. text-decoration:underline;
  29. }
  30. ul {
  31. list-style-type: none;
  32. margn 0;
  33. padding: 0;
  34. }
  35. li {
  36. display: inline;
  37. }
  38. </style>
  39. <!-- iconita -->
  40. <link rel="icon" href="http://haidibasoftware.net78.net/img/icon.gif" type="image/gif" sizes="16x16" onload="play()">
  41.  
  42. </head>
  43. <body bgcolor="#434A42" text="#CCF2C4" background="./Haidiba Software_files/rtw.jpg">
  44.  
  45. <div id="soundtrack">
  46. <audio controls autoplay>
  47. <source src="p.mp3" type="audio/mpeg">asdasd
  48. </audio>
  49. </div>
  50. <center>
  51. <a href="http://haidibasoftware.net78.net/index.html">
  52. <img src="./Haidiba Software_files/daria.png" alt="logo" style="width:50px;height:50px">
  53. </a>
  54. <p></p><h1><b>Haidiba Software</b></h1><p></p>
  55. </center>
  56.  
  57. <ul>
  58. <li><a href="http://haidibasoftware.net78.net/index.html">Home</a></li>
  59. <li><a href="http://haidibasoftware.net78.net/contact.html">Contact</a></li>
  60. <li><a href="http://haidibasoftware.net78.net/about.html">About</a></li>
  61. </ul>
  62.  
  63.  
  64. <h2>Download games:</h2>
  65. <a href="http://haidibasoftware.net78.net/release/Lacrimi%20de%20Mujdei.rar">Lacrimi de Mujdei - Tower Defense</a>
  66. <br>
  67. <a href="http://haidibasoftware.net78.net/release/TFS.rar">The Flick Shots - Reflex training</a>
  68. <br>
  69. <a href="http://haidibasoftware.net78.net/release/TetrisV6.rar">TetrisV6 - Tetris with internet and local play</a>
  70. <br>
  71. <a href="http://haidibasoftware.net78.net/release/Sylan.rar">Sylan - 2d top down shooter</a>
  72. <h3>Old projects</h3>
  73. <br>
  74. <a href="http://haidibasoftware.net78.net/bullshit/mrosen.rar">Mickey Rosenthall's failed labyrinth game</a><br>
  75. <a href="http://haidibasoftware.net78.net/bullshit/sleepudeaur.rar">Sleep timer</a><br>
  76. <a href="http://haidibasoftware.net78.net/bullshit/ralo.rar">Ralo - Not a nibbles clone, but close</a><br>
  77. <br>
  78.  
  79.  
  80. <br>
  81. <font size="-1">
  82. <p align="center">Copyright 2015 Haidiba Software. All rights reserved.<a href="http://haidibasoftware.net78.net/disclaimer.html">Disclaimer</a></p>
  83. </font>
  84.  
  85.  
  86. <p align="right"> Designed with:</p>
  87. <a href="http://notepad-plus-plus.org/">
  88. <img src="./Haidiba Software_files/notepad++.png" style="width:128px;height:128px" align="right" alt="notepad++"></a>
  89. <p></p>
  90. <p></p>
  91.  
  92.  
  93.  
  94. <!-- <h4>If gilmour kept taking acid</h4>
  95. <embed src="Haidiba Software_files/if gilmour kept taking acid.mp3" autostart="true" loop="false">
  96. -->
  97.  
  98. <script type="text/javascript">
  99. var a = Math.random()*2;
  100. a=Math.floor(a);
  101.  
  102. if(a==1)
  103. {
  104. alert(a);
  105. document.getElementById('soundtrack').innerHTML="<audio id='1' loop autoplay><source src='p.mp3' type='audio/ogg'>Your browser does not support the audio element.</audio>";
  106. }
  107. if(a==0)
  108. {
  109. alert(document.getElementById('soundtrack'))
  110. document.getElementById('soundtrack').innerHTML="<audio id='2' loop autoplay><source src='titan.ogg' type='audio/ogg'>Your browser does not support the audio element.</audio>";
  111. }
  112. </script>
  113. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement