Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. /* At-Rules */
  2. @charset "windows-1250";
  3.  
  4.  
  5. h1 {font-family: bahnschrift; font-size: 20pt; font-variant: small-caps; text-align: center;color:#ffffff}
  6.  
  7. body {background-color: #999999}
  8.  
  9. #menu {background-color: #FFFFFF; height: 100px}
  10.  
  11. /* End of style section. Generated by AceHTML at 27.11.2019 10:39:10 */
  12.  
  13.  
  14.  
  15. <html>
  16. <!-- Created on: 20.11.2019 -->
  17. <head>
  18. <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
  19. <title>Arsenal</title><!-- NÁZEV ZÁLOŽKY -->
  20. <meta name="description" content="">
  21. <meta name="keywords" content="">
  22. <meta name="author" content="Unregistered User">
  23. <meta name="generator" content="AceHTML Freeware">
  24.  
  25. <link rel="StyleSheet" type="text/css" href="styly.css">
  26. </head>
  27. <body>
  28. <div id="menu"><!-- menu -->
  29. <table summary="" border="0">
  30. <tr>
  31. <td><a href="index.html" title="HOME page">Úvod</a></td>
  32. <td><a href="historie.html" title="minulost">historie</a></td>
  33. <td><a href="soucastnost.html" title="soucastnost">soucastnost</a></td>
  34. <td><a href="foto.html" title="obrazky">foto</a></td>
  35. <td><a href="zdroje.html" title="Citace">Zdroje</a></td>
  36. <td><a href="hraci.html" title="Hraci">hraci</a></td>
  37. </tr>
  38. </table>
  39. </div><!-- konec menu -->
  40. <h1>Úvodní informace</h1>
  41. <ul>
  42. <li>kdo</li>
  43. <li>kde</li>
  44. <li>kdy</li>
  45. <li>proč</li>
  46. <li>upoutat grafikou</li>
  47. </ul>
  48.  
  49. <div><!-- patička stránky -->
  50. pata
  51. </div>
  52. </body>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement