Silnik strony + galerii zdjęć Suczawa 2009
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.

32 lines
1.2 KiB

  1. <?php
  2. require_once('./functions.php');
  3. NaglowekXHTML();
  4. ?>
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl">
  7. <head>
  8. <title>Strona Główna</title>
  9. <link type="text/css" href="style.css" rel="stylesheet" />
  10. <meta http-equiv="Content-Type" content="<?=$xhtml?'application/xhtml+x':'text/ht'?>ml; charset=utf-8" />
  11. </head>
  12. <body>
  13. <div id="page">
  14. <img src="images/logo.png" width="800px" alt="Logo strony" />
  15. <div id="content">
  16. <div id="dlinks">
  17. <a href="gallery.php"><img src="images/galeria.png" alt="Galeria Zdjęć" /></a> <br/>
  18. <a href="download.php"><img src="images/download.png" alt="Download" /></a> <br/>
  19. <a href="http://suczawa.ath.cx"><img src="images/forum.png" alt="Forum" /></a>
  20. </div>
  21. </div>
  22. <div id="footer">
  23. <a id="copyright">Copyright © 2009 Various Authors</a><br />
  24. <div id="links">
  25. <a href="index.php">Strona główna</a> | <a href="gallery.php">Fotogaleria</a> | <a href="download.php">Download</a> | <a href="http://suczawa.ath.cx">Forum</a>
  26. </div>
  27. </div>
  28. </div>
  29. </body>
  30. </html>