You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
2.4 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
  8. <title>thoughts - main</title>
  9. <!-- Bootstrap -->
  10. <link href="css/bootstrap.min.css" rel="stylesheet">
  11. <link href="own.css" rel="stylesheet">
  12. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  13. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  14. <!--[if lt IE 9]>
  15. <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  16. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  17. <![endif]-->
  18. </head>
  19. <body onload='OnLoadIndex()'>
  20. <nav class="navbar navbar-default">
  21. <div class="container-fluid">
  22. <div class="navbar-header">
  23. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
  24. <span class="icon-bar"></span>
  25. <span class="icon-bar"></span>
  26. <span class="icon-bar"></span>
  27. </button>
  28. <a class="navbar-brand" href="index.html">Thoughts</a>
  29. </div>
  30. <div class="collapse navbar-collapse" id="myNavbar">
  31. <ul class="nav navbar-nav">
  32. <li class="active"><a href="index.html">Home</a></li>
  33. <li><a href="crearActivity.html">Users</a></li>
  34. <li><a href="editActivities.html">Contact</a></li>
  35. </ul>
  36. <ul class="nav navbar-nav navbar-right">
  37. <li><a href="#"><span class="glyphicon glyphicon-user"></span> Sign Up</a></li>
  38. <li><a href="#"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
  39. </ul>
  40. </div>
  41. </div>
  42. </nav>
  43. <div class='container'>
  44. <div id='listThoughtsHtml'></div>
  45. </div>
  46. <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
  47. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
  48. <!-- Include all compiled plugins (below), or include individual files as needed -->
  49. <script src="js/bootstrap.min.js"></script>
  50. <script src="index.js"></script>
  51. </body>
  52. </html>