Advertisement
Guest User

Untitled

a guest
Apr 30th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.04 KB | None | 0 0
  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. <meta name="description" content="">
  9. <meta name="author" content="">
  10. <link rel="icon" href="../../favicon.ico">
  11.  
  12. <title>See your latest examples</title>
  13.  
  14. <!-- Bootstrap core CSS -->
  15. <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
  16.  
  17. <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
  18. <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
  19.  
  20. <!-- Custom styles for this template -->
  21. <link href="jumbotron.css" rel="stylesheet">
  22.  
  23. <script src="../../assets/js/ie-emulation-modes-warning.js"></script>
  24.  
  25. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  26. <!--[if lt IE 9]>
  27. <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  28. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  29. <![endif]-->
  30. </head>
  31.  
  32. <body>
  33.  
  34. <nav class="navbar navbar-inverse navbar-fixed-top">
  35. <div class="container">
  36. <div class="navbar-header">
  37. <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
  38. <span class="sr-only">Toggle navigation</span>
  39. <span class="icon-bar"></span>
  40. <span class="icon-bar"></span>
  41. <span class="icon-bar"></span>
  42. </button>
  43. <a class="navbar-brand" href="#">HTTP is the threat actors delight. Learn how to protect your website now!</a>
  44. </div>
  45. <div id="navbar" class="navbar-collapse collapse">
  46. <form method="POST" action="https://elided/user/sign_in" class="navbar-form navbar-right">
  47. <div class="form-group">
  48. <input name="email" type="text" placeholder="Email" class="form-control">
  49. </div>
  50. <div class="form-group">
  51. <input type="password" name="password" placeholder="Password" class="form-control">
  52. </div>
  53. <button type="submit" class="btn btn-success">Sign in</button>
  54. </form>
  55. </div><!--/.navbar-collapse -->
  56. </div>
  57. </nav>
  58.  
  59. <div class="jumbotron">
  60. <div class="container">
  61. <h1>Are you broadcasting your secrets to everyone?</h1>
  62. <p>Sending clear text data - regardless of it's purpose, is a bad idea, and will be used against you.</p>
  63. <p><a class="btn btn-primary btn-lg" href="#" role="button">Learn more &raquo;</a></p>
  64. </div>
  65. </div>
  66.  
  67. <div class="container">
  68. <!-- Example row of columns -->
  69. <div class="row">
  70. <div class="col-md-4">
  71. <h2>Threat Actors Love Plaintext HTTP</h2>
  72. <p>Are your users leaking private information over plaintext HTTP? It could be identifying information of ethnic information, or their corporate passwords, or other protected information? You should ensure your sites are using suitable encryption standards to keep them safe.</p>
  73. <p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
  74. </div>
  75. <div class="col-md-4">
  76. <h2>Are your servers misconfigured?</h2>
  77. <p>Do you still respond with plaintext HTTP even though you support HTTPS? Do you think that just having https:// links for sensitive information is a suitable practice? Learn more about how to correctly use HTTPS with your applications, and why "https everywhere" should be mandatory</p>
  78. <p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
  79. </div>
  80. <div class="col-md-4">
  81. <h2>Advanced TLS</h2>
  82. <p>Are you ready to learn more about advanced TLS protections available, such as HTTP Strict Transport Security, where you can prevent browsers from using insecure plaintext HTTP connections to your site?</p>
  83. <p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
  84. </div>
  85. </div>
  86.  
  87. <hr>
  88.  
  89. <footer>
  90. <p>&copy; 2015 This Was a Good Idea Many Years Ago, Now Get Your Sites ShipShape, Inc.</p>
  91. </footer>
  92. </div> <!-- /container -->
  93.  
  94.  
  95. <!-- Bootstrap core JavaScript
  96. ================================================== -->
  97. <!-- Placed at the end of the document so the pages load faster -->
  98. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
  99. <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
  100. <script src="../../dist/js/bootstrap.min.js"></script>
  101. <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
  102. <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
  103. </body>
  104. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement