Advertisement
Guest User

Untitled

a guest
Nov 17th, 2021
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.76 KB | None | 0 0
  1. <html lang="en">
  2. <head>
  3.     <meta charset="UTF-8">
  4.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <title>Document</title>
  7. </head>
  8. <body>
  9.     <style>
  10.         .flex {
  11.             display: flex;
  12.         }
  13.         .right {
  14.             text-align: right;
  15.         }
  16.     </style>
  17.     <div class="flex">
  18.         <form action="../index.html" id="BtTS">
  19.             <input type="submit" value="<--- Back to Title Screen" />
  20.         </form>
  21.         <div align="right" class="right flex">
  22.             <button class="flex right" id="hideShow" onclick="hideBtTS()">Hide</button>
  23.         </div>
  24.     </div>
  25.     <div id="dividers">
  26.         <hr><br><br>
  27.     </div>
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement