Advertisement
Fleethan

Warning Page

Sep 8th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.   <title>WARNING!</title>
  4.  
  5. <!--As you're probably viewing this on a PC, please ignore the '.DS_Store' file and any othes like it, as
  6.  they're simply part of OS X (They tell the OS what's in that folder, normally they're hidden but programs
  7.  such as Atom and viewing it on a PC can still pick it up). See? I'm already teaching you things about
  8.  Apple and you haven't even seen the actual site yet...-->
  9.  
  10. <style>
  11. @import 'https://fonts.googleapis.com/css?family=Roboto';
  12.   body{
  13.     background-image: url("Warning Page Background.png");
  14.     background-size: cover;
  15.     background-repeat: no-repeat;
  16.     background-position: 50% 0%;
  17.     height: 100%;
  18.     width:auto;
  19.     position: absolute;
  20.     top:0;
  21.     left:0;
  22.     overflow:hidden;
  23.     background-color: black;
  24.   }
  25.   .content {
  26.      width: 100%;
  27.      position: absolute;
  28.      top:50%;
  29.      text-align:center;
  30.   }
  31. </style>
  32.  
  33. <!--DON'T TOUCH THE 'TEXT-ALIGN's!!!!!!! This one expecially is magic and fixed itself-->
  34. <body>
  35.   <h1 style="border: thick solid red; background-color: rgba(0,0,0,0.8); color:red;font-size:300%;text-align:center;font-family: 'Roboto', sans-serif;">WARNING! This site contains extreme and complex Apple knowledge and history! Enter at your own risk!</h1>
  36. <div class="content">
  37.   <a href="Homepage.htm" style="padding: 5px; border: medium solid red; background-color: rgba(0,0,0,0.7); text-decoration: none; color: red; font-size:180%;font-family: 'Roboto', sans-serif;">I understand and wish to continue</a>
  38. </div>
  39. </body>
  40.  
  41. <!--
  42.                       .
  43.                    `...
  44.                   .....
  45.                  .....`
  46.                  .....
  47.                 .....
  48.                 ....
  49.                 ...
  50.         ....`        `....
  51.       ..........``..........
  52.     `........................
  53.    `..........................
  54.    ..........................
  55.   `.........................
  56.   .........................
  57.   .........................
  58.   ........................`
  59.  `........................
  60.  `........................
  61.  `........................`
  62.  `.........................
  63.   .........................
  64.   ..........................
  65.   ...........................
  66.   ............................
  67.    ............................
  68.    ............................
  69.    `..........................
  70.     ..........................
  71.      ........................
  72.      .......................`
  73.       ......................
  74.        ....................
  75.         ......     `.....`
  76.       -->
  77. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement