Advertisement
george-goga

index.php

Mar 21st, 2024
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="stylesheet" href="style.css"></link>
  5. </head>
  6.  
  7. <body>
  8.  
  9.  
  10. <?php include_once("header.php");?>
  11.  
  12.  
  13.  
  14. <?php include_once("map.php");?>
  15.  
  16.  
  17.  
  18. <script type="text/javascript">
  19. <?php include_once("map.js");?>
  20.  
  21. <?php include_once("elements.js");?>
  22.  
  23. </script>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement