Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Document</title>
- </head>
- <body>
- <style>
- .flex {
- display: flex;
- }
- .right {
- text-align: right;
- }
- </style>
- <div class="flex">
- <form action="../index.html" id="BtTS">
- <input type="submit" value="<--- Back to Title Screen" />
- </form>
- <div align="right" class="right flex">
- <button class="flex right" id="hideShow" onclick="hideBtTS()">Hide</button>
- </div>
- </div>
- <div id="dividers">
- <hr><br><br>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement