vis.js is a dynamic, browser-based visualization library
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.

46 lines
1.3 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. <title>Feature Requests</title>
  8. <!-- Bootstrap -->
  9. <link href="css/bootstrap.min.css" rel="stylesheet">
  10. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  11. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  12. <!--[if lt IE 9]>
  13. <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  14. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  15. <![endif]-->
  16. <style>
  17. body {
  18. padding:10px;
  19. }
  20. div.textHTMLContent {
  21. display:block;
  22. width:800px;
  23. }
  24. </style>
  25. </head>
  26. <body>
  27. <h1>Showcase projects</h1>
  28. <div class="textHTMLContent">
  29. - MIDAS
  30. - Git
  31. - Cool examples (?)
  32. </div>
  33. <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
  34. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  35. <!-- Include all compiled plugins (below), or include individual files as needed -->
  36. <script src="js/bootstrap.min.js"></script>
  37. </body>
  38. </html>