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.

31 lines
1.1 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. </head>
  11. <body>
  12. <div id="page">
  13. <img src="images/logo.png" width="800px" alt="Logo strony" />
  14. <div id="content">
  15. <div id="dlinks">
  16. <a href="gallery.php"><img src="images/galeria.png" alt="Galeria Zdjęć" /></a> <br/>
  17. <a href="download.php"><img src="images/download.png" alt="Download" /></a> <br/>
  18. <a href="http://suczawa.ath.cx"><img src="images/forum.png" alt="Forum" /></a>
  19. </div>
  20. </div>
  21. <div id="footer">
  22. <a id="copyright">Copyright © 2009 ...</a><br />
  23. <div id="links">
  24. <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>
  25. </div>
  26. </div>
  27. </div>
  28. </body>
  29. </html>