Advertisement
Guest User

Untitled

a guest
Dec 11th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="et"
  3. <html>
  4. <head>
  5. <meta charset="utf8">
  6. <link rel="stylesheet" type="text/css" href="stylesheet.css">
  7. </head>
  8. <body>
  9. <?php
  10. echo "<center></br>";
  11. echo '<input type="button" style="width:1500px;height:30px" value="Veiste loetelu" onclick="window.location=\'veised.php\'" />';
  12. echo '<br><br>';
  13. echo '<input type="button" style="width:1500px;height:30px" value="Valitud veised" onclick="window.location=\'valitudVeis.php\'" />';
  14. echo '<br><br>';
  15. echo '<input type="button" style="width:1500px;height:30px" value="Veised tabelina" onclick="window.location=\'VeisedTabelina.php\'" />';
  16. echo '<br><br>';
  17. echo '<input type="button" style="width:1500px;height:30px" value="Andmetelisamine + LIKE? + sording" onclick="window.location=\'inimhaldus.php\'" />';
  18. echo '<br></center>';
  19. ?>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement