Created
October 5, 2016 18:27
-
-
Save wsd1/b9154c55d62943cd4fc30150475cbc78 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>ucast.io</title> | |
| <style> | |
| .ness { | |
| position: absolute; | |
| top: 50%; | |
| left: 50%; | |
| font-size: 200%; | |
| transform: translateX(-50%) translateY(-50%); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="ness"> | |
| Waiting... | |
| </div> | |
| </body> | |
| </html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment