head.php 1015 B

123456789101112131415161718
  1. <html>
  2. <head>
  3. <!-- Latest compiled and minified CSS -->
  4. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
  5. <!-- Optional theme -->
  6. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
  7. <!-- Latest compiled and minified JavaScript -->
  8. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
  9. <script src="script/jquery-1.12.0.min.js"></script>
  10. <script src="script/script.js"></script>
  11. <link rel="stylesheet" href="styles/style.css">
  12. <meta name="viewport" content="width=device-width, initial-scale=1">
  13. <title>Password Generator</title>
  14. </head>
  15. <body>