Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="de">
  3.  
  4. <head>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <title>POL-Politik Online</title>
  8. <link rel="shortcut icon" href="../img/favicon/gelb.png" />
  9.  
  10. <link href="../css/style.css" rel="stylesheet" type="text/css">
  11.  
  12. <style>
  13. .klein {
  14. display: none;
  15. }
  16. @media (max-width:930px) {
  17. .klein {
  18. display: block;
  19. }
  20. .gross {
  21. display: none;
  22. }
  23. }
  24. </style>
  25. </head>
  26.  
  27. <body>
  28. <div id="wrapper">
  29. <header>
  30.  
  31. <nav id="mainnav">
  32. <a href="#" id="logo"><img src="../img/logo.jpg" width="280" alt="logo"></a>
  33. <a href="#" id="balken"><img src="../img/balken-unten.jpg" width="280" height="25" /></a>
  34.  
  35. <ul>
  36. <li><a href="../index.html">Home</a></li>
  37. <li><a href="http://www.pol-politikonline.de/forum" target="_blank">Forum</a></li>
  38. <li><a href="videost.html">Videos</a></li>
  39. <li class="select"><a href="system.html">System</a></li>
  40. <li><a href="themen.html">Themen</a></li>
  41. <li><a href="#">Impresum</a></li>
  42. <li><a href="downloads.html">Downloads</a></li>
  43. </ul>
  44.  
  45. </nav>
  46. <div id="whitespace">
  47. <nav id="langnav" style="display: block;"> <select onChange="location.href=''+this.value"> <option value="de" selected="SELECTED">Deutsch</option> <option value="../ir/indexir.html">فارسی</option> <option value="../en/indexen.html">english</option> </select> </nav>
  48. </div>
  49.  
  50. </header>
  51.  
  52. <main>
  53. <table width="200" border="0">
  54. <tr>
  55. <td>
  56. <p></p>
  57. </td>
  58. </tr>
  59. <tr>
  60. <td>
  61. <img class="gross" src="../img/system.jpg" usemap="#Map" border="0" class="imgmedia">
  62. <img class="klein" src="../img/system-klein.jpg" width="344" height="224" border="0" usemap="#MapKlein">
  63. </td>
  64. </tr>
  65.  
  66. <tr>
  67. <td>
  68. <div>
  69. <p class="schraeg"><span><img src="../img/systemsprengen.jpg" alt="systembruch" class="imgmedia" /></span></p>
  70. </div>
  71.  
  72. </td>
  73. </tr>
  74. </table>
  75. <br><br>
  76. </main>
  77. <footer></footer>
  78. </div>
  79.  
  80. <map name="Map">
  81. <area shape="rect" coords="605,330,822,362" href="menschenversuche.html">
  82. <area shape="rect" coords="111,279,348,318" href="verwaltetewelt.html" alt="verwaltete Welt">
  83. <area shape="rect" coords="245,523,335,552" href="ziel.html" alt="ziel">
  84. <area shape="rect" coords="571,529,685,553" href="weiteres.html" alt="weiteres">
  85. <area shape="rect" coords="350,122,541,182" href="manipulietessystem.html" alt="manipuliertes System">
  86. </map>
  87.  
  88. <map name="MapKlein">
  89. <area shape="rect" coords="127,41,197,65" href="manipulietessystem.html" target="_self" alt="manipuliertesSystem">
  90. <area shape="rect" coords="218,119,297,131" href="menschenversuche.html" target="_self" alt="menschenversuche">
  91. <area shape="rect" coords="42,102,125,115" href="verwaltetewelt.html" target="_self" alt="verwalteteWelt">
  92. <area shape="rect" coords="87,187,120,199" href="ziel.html" target="_self" alt="ziel">
  93. <area shape="rect" coords="207,188,245,202" href="weiteres.html" target="_self" alt="weiteres">
  94. </map>
  95. </body>
  96.  
  97. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement