Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <!OCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  5. <title>RESTORANAI</title>
  6. <style>
  7. table {
  8. border: 1px solid black;
  9. }
  10. td {
  11. border: 1px solid black;
  12. }
  13. th {
  14. border: 1px solid black;
  15. }
  16.  
  17.  
  18.  
  19.  
  20. </style>
  21. </head>
  22. <body>
  23. <p>namu darbas su Restoranais</p>
  24.  
  25. <br />
  26. <br />
  27. <hr />
  28. <br />
  29. <h1> Restoranu sarasas </h1>
  30. <?php
  31. include 'functions.php';
  32. ?>
  33.  
  34. <table>
  35.  
  36.  
  37. <?php
  38. spausdintirestoranus($Restoranumasyvas);
  39. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement