index.tpl 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <!DOCTYPE html>
  2. <head>
  3. <meta charset="utf-8">
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  5. <title>Pwman3 Web</title>
  6. <meta name="description" content="">
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
  9. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  10. <link rel="stylesheet" href="/static/css/milligram.css">
  11. <link rel="stylesheet" href="/static/css/style.css">
  12. </head>
  13. <main class="wrapper">
  14. <nav class="navigation" >
  15. <section class="container container-nav">
  16. <a class="navigation-title" href="https://pwman3.github.io/">
  17. <img class="img" src="https://openclipart.org/download/190821/Cles-de-serrure-lock-keys.svg" height="30" alt="pwman3" title="pwman3">
  18. <h1 class="title">Pwman3</h1>
  19. </a>
  20. <span class="float-right" style="display: inline-block; float: right; padding-top: 0.5rem;">
  21. <div style="padding-right: 0rem; padding-left: 60px; float: right">
  22. <form id="show" class="">
  23. <input id="" class="" type="password" name="auth-pwd" placeholder="Password" style="width:60%" >
  24. <input id="" class="" value="Submit" type="submit" style="float: right; width:33.%; display: inline-block">
  25. </form>
  26. <div>
  27. </span>
  28. </section>
  29. </nav>
  30. <section class="container password-box" style="margin-top: 7rem; ">
  31. Login: <strong>oz.tiram@gmail.com</strong>
  32. <br>Website:<strong><a href="stackoverflow.com">http://stackoverflow.com</a></strong>
  33. <br>Password: <strong>********</strong><br>
  34. Notes: Some notes about this entry
  35. <br>
  36. <div class="tags float-right">
  37. Tags:
  38. <button class="button button-clear button-clear button-tag">net</button>
  39. <button class="button button-clear button-tag">learning</button>
  40. </div>
  41. </section>
  42. <section class="container password-box">
  43. <div>
  44. Login: <strong>oz.tiram@gmail.com</strong>
  45. <br>Website:<strong><a href="stackoverflow.com">http://stackoverflow.com</a></strong>
  46. <br>Password: <strong>********</strong><br>
  47. Notes: Some notes about this entry
  48. <br>
  49. <div class="tags float-right">
  50. Tags:
  51. <button class="button button-clear button-clear button-tag">net</button>
  52. <button class="button button-clear button-tag">learning</button>
  53. </div>
  54. </div>
  55. </section>
  56. <section class="container password-box">
  57. Login: <strong>oz.tiram@gmail.com</strong>
  58. <br>Website:<strong><a href="stackoverflow.com">http://stackoverflow.com</a></strong>
  59. <br>Password: <strong>********</strong><br>
  60. Notes: Some notes about this entry
  61. <br>
  62. <div class="tags float-right">
  63. Tags:
  64. <button class="button button-clear button-clear button-tag">net</button>
  65. <button class="button button-clear button-tag">learning</button>
  66. </div>
  67. </section>
  68. <section class="container password-box">
  69. Login: <strong>oz.tiram@gmail.com</strong>
  70. <br>Website:<strong><a href="stackoverflow.com">http://stackoverflow.com</a></strong>
  71. <br>Password: <strong>********</strong><br>
  72. Notes: Some notes about this entry
  73. <br>
  74. <div class="tags float-right">
  75. Tags:
  76. <button class="button button-clear button-clear button-tag">net</button>
  77. <button class="button button-clear button-tag">learning</button>
  78. </div>
  79. </section>
  80. <section class="container password-box">
  81. Login: <strong>oz.tiram@gmail.com</strong>
  82. <br>Website:<strong><a href="stackoverflow.com">http://stackoverflow.com</a></strong>
  83. <br>Password: <strong>********</strong><br>
  84. Notes: Some notes about this entry
  85. <br>
  86. <div class="tags float-right">
  87. Tags:
  88. <button class="button button-clear button-clear button-tag">net</button>
  89. <button class="button button-clear button-tag">learning</button>
  90. </div>
  91. </section>
  92. <section class="container password-box">
  93. Login: <strong>oz.tiram@gmail.com</strong>
  94. <br>Website:<strong><a href="stackoverflow.com">http://stackoverflow.com</a></strong>
  95. <br>Password: <strong>********</strong><br>
  96. Notes: Some notes about this entry
  97. <br>
  98. <div class="tags float-right">
  99. Tags:
  100. <button class="button button-clear button-clear button-tag">net</button>
  101. <button class="button button-clear button-tag">learning</button>
  102. </div>
  103. </section>
  104. </main>
  105. <script type="text/javascript">
  106. $("#auth-btn").click(function () {
  107. $("#show").show('fast');
  108. });
  109. $("#auth-btn").click(function () {
  110. $("#auth-btn").hide(1000);
  111. });
  112. </script>
  113. </html>