Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
  5. <meta http-equiv="Pragma" content="no-cache">
  6. <meta http-equiv="Expires" content="0">
  7. <meta charset="utf-8">
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9.  
  10. <title>aynH - Demo</title>
  11.  
  12. </head>
  13.  
  14. <style>
  15. @font-face {
  16. font-family: "Open Sans";
  17. src: url("../ttf/OpenSans.ttf");
  18. }
  19. body {
  20. background-color: #E8E8E8;
  21. color: #071013;
  22. font-family: 'Open Sans';
  23. }
  24. footer {
  25. position: absolute;
  26. bottom: 10px;
  27. }
  28. .title {
  29. text-align: center;
  30. font-size: 30px;
  31. }
  32. .wrapper {
  33. min-width: 50vw;
  34. width: 250px;
  35. margin-left: 25vw;
  36.  
  37. position: absolute;
  38. top: 50%;
  39. transform: translateY(-50%);
  40. }
  41. .text {
  42. margin-top: 20px;
  43. margin-bottom: 20px;
  44. }
  45. input[type="submit"] {
  46. width: 100px;
  47. min-height: 25px;
  48. background-color: #3F88C5;
  49. font-size: 15px;
  50. padding: 10px;
  51. text-align: center;
  52. color: white;
  53. padding-top: 12.5px;
  54. transition: color 0.3s, background-color 0.3s;
  55. border: none;
  56. }
  57. </style>
  58.  
  59. <body>
  60. <div class="wrapper">
  61. <div class="title">anyH - Demo</div>
  62. <div class="text">Um die anyH Demo zu starten, muss der unten stehende Button betätigt werden. Bei Fehlern oder Rückfragen können Sie sich sehr gerne am Stand "anyH - Präsentation einfach erstellen" erkundigen. <br>Für die Software wird ein <b>Account benötigt</b>.Accounts für die Software können Sie jederzeit am Stand erfragen.</div>
  63.  
  64. <form method="get" action="$authaction">
  65. <input type="hidden" name="tok" value="$tok">
  66. <input type="hidden" name="redir" value="$redir">
  67. <input type="submit" value="Starten">
  68. </form>
  69. </div>
  70.  
  71. <footer>
  72. Copyright &copy; The Nodogsplash Contributors 2004-2018.<br>This software is released under the GNU GPL license.<br><br>
  73. Copyright &copy; Adrian Becker 2019
  74. </footer>
  75. </body>
  76. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement