Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. <html lang="en-SE"><head>
  2. <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
  3. <!-- Latest compiled and minified CSS -->
  4. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
  5. crossorigin="anonymous">
  6.  
  7. <!-- Optional theme -->
  8. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp"
  9. crossorigin="anonymous">
  10.  
  11. <!-- Latest compiled and minified JavaScript -->
  12. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
  13. <link rel="stylesheet" href="css/stylesheet.css">
  14. <head>
  15. </head>
  16. <body>
  17. <nav class="navbar navbar-default">
  18. <div class="navbar-header">
  19. <p class="navbar-text">TaxiGo</p>
  20. </div>
  21. </nav>
  22. <form action="TaxiGo.html">
  23. <p>Startpoint</p>
  24. <input type="text" id="start"/>
  25. <p>Destination</p>
  26. <input type="text" id="destination">
  27. <input id= "go-button" type="submit" value="go">
  28. </form>
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement