Advertisement
LounaDragon

Code de mon site web jeu de led

Nov 28th, 2019
2,726
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 2.81 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3.  
  4. <html>
  5.  
  6.  
  7.  
  8. <head>
  9.  
  10. <title>Mon site Web</title>
  11.  
  12. <link href="../css/styles.css" rel="stylesheet" type="text/css" />
  13.  
  14. <script type="text/javascript">
  15.  
  16. function myTimer(){
  17. location.reload();
  18. }
  19. function clickHandler(){
  20. alert("que ceci est le nom de l'entreprise !")
  21. }
  22. function clickHandler2(){
  23. alert("que ceci est l'adresse de l'entreprise !")
  24. }
  25. function clickHandler3(){
  26. alert("que ceci est le logo de l'entreprise !")
  27. }
  28.  
  29. </script>
  30.  
  31. </head>
  32.  
  33. <body onload="javascript:setInterval(myTimer,50000)">
  34.  
  35. <table>
  36. <tr>
  37. <td>
  38.  
  39. <img src="../img/logo.png" width="80" height="20";onClick="clickHandler3();">
  40.  
  41. </td>
  42. <td>
  43. <h1 style= "color: #FF00FF;font-variant: small-caps;font-family: palatino linotype;"onClick="clickHandler2();">ZI de l’Omois 02540 Château-Thierry</h1>
  44. </td>
  45. </tr>
  46. <tr>
  47. <td>
  48. <a style= "text-decoration: none; font-variant: small-caps;" href="https://www.google.fr/search?client=opera&q=boa+flexible+solutions&sourceid=opera&ie=UTF-8&oe=UTF-8";>03 23 83 80 80</a>
  49. </td>
  50. <td>
  51. <h1 style= "color: #FF00FF;font-variant: small-caps;font-family: palatino linotype;"onClick="clickHandler();">Boa Flexible Solutions</h1>
  52. </td>
  53. </tr>
  54. </table>
  55.  
  56. <h2 style="color: white; font-variant: small-caps;">Et voici le site de CoreDux.net. Vous trouverez en haut de la page un tableau avec le logo et des informations sur l'entreprise.
  57. </h2>
  58.  
  59.  
  60. </body>
  61.  
  62. </html>
  63. RAW Paste Data
  64. <!DOCTYPE html>
  65.  
  66.  
  67. <html>
  68.  
  69.  
  70.  
  71. <head>
  72.  
  73. <title>Mon site Web</title>
  74.  
  75. <link href="../css/styles.css" rel="stylesheet" type="text/css" />
  76.  
  77. <script type="text/javascript">
  78.  
  79. function myTimer(){
  80. location.reload();
  81. }
  82. function clickHandler(){
  83. alert("que ceci est le nom de l'entreprise !")
  84. }
  85. function clickHandler2(){
  86. alert("que ceci est l'adresse de l'entreprise !")
  87. }
  88. function clickHandler3(){
  89. alert("que ceci est le logo de l'entreprise !")
  90. }
  91.  
  92. </script>
  93.  
  94. </head>
  95.  
  96. <body onload="javascript:setInterval(myTimer,50000)">
  97.  
  98. <table>
  99. <tr>
  100. <td>
  101.  
  102. <img src="../img/logo.png" width="80" height="20";onClick="clickHandler3();">
  103.  
  104. </td>
  105. <td>
  106. <h1 style= "color: #FF00FF;font-variant: small-caps;font-family: palatino linotype;"onClick="clickHandler2();">ZI de l’Omois 02540 Château-Thierry</h1>
  107. </td>
  108. </tr>
  109. <tr>
  110. <td>
  111. <a style= "text-decoration: none; font-variant: small-caps;" href="https://www.google.fr/search?client=opera&q=boa+flexible+solutions&sourceid=opera&ie=UTF-8&oe=UTF-8";>03 23 83 80 80</a>
  112. </td>
  113. <td>
  114. <h1 style= "color: #FF00FF;font-variant: small-caps;font-family: palatino linotype;"onClick="clickHandler();">Boa Flexible Solutions</h1>
  115. </td>
  116. </tr>
  117. </table>
  118.  
  119. <h2 style="color: white; font-variant: small-caps;">Et voici le site de CoreDux.net. Vous trouverez en haut de la page un tableau avec le logo et des informations sur l'entreprise.
  120. </h2>
  121.  
  122.  
  123. </body>
  124.  
  125. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement