Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Fuel Status Map</title>
  6. <link href="style.css" rel="stylesheet" type="text/css" />
  7. </head>
  8.  
  9. <body>
  10. <div id="main">
  11. <div id="map">
  12. <?
  13. require 'MapLink.php';
  14. ?></div>
  15. <div id="title"><img src="title.png" width="400" height="200" />
  16. </div>
  17. <div id="links">
  18.  
  19. <a href="statusbyzone.php"><img src="FuelStatusLink.png" width="400" /></a>
  20.  
  21. <br />
  22. <a href="selectoffice.php"><img src="NWSofficeLink.png" width="400" /></a>
  23. <br />
  24. <a href="Login1.php"><img src="FuelSpecialistLink.png" width="400" /></a>
  25. <br />
  26. <img src="AdminLink.png" width="400" />
  27. <br />
  28.  
  29. </div>
  30. <div id="legend"><img src="Legend1.png" width="400">
  31. </div>
  32. <div id="logos">
  33. <img src="PSlogo.png" width="140" height="150" />
  34. <img src="GBlogo.png" width="250" height="150"/>
  35. </div>
  36. </div>
  37. </body>
  38. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement