Advertisement
Guest User

Untitled

a guest
Jun 25th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. <!DOCTYPE html><html > <head> <meta charset="UTF-8"> <title>Checking your browser...</title>
  2. <link href='https://fonts.googleapis.com/css?family=Raleway:500' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> <style>/* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ .loading{box-sizing: border-box; position: relative; display: inline-block; padding: 0.5em; vertical-align: middle; text-align: center; background-color: transparent; border: 5px solid transparent; border-top-color: #c22; border-bottom-color: #c22; border-radius: 50%;}.outer{animation: spin 1s infinite;}.inner{animation: spin 1s infinite;}@keyframes spin{0%{transform: rotateZ(0deg);}100%{transform: rotateZ(360deg);}}/** * Attempt to center the whole thing! */ html, body{background: #212121; color: #FAFAFA; margin-top: 10%; font-family: 'Raleway';}img.brand{display: block; opacity: .95; max-height: 85px; margin: 0 auto; opacity: .80;}h1.message{text-align: center; margin-top: 45px; font-weight: 70; font-size: 15px; text-transform: uppercase; opacity: .9; color: #FFFFFF; line-height: 30px;}h1.message a:link{text-decoration: none; color: #FFFFFF; font-weight: 300;}span.loading{text-align: center; display: block; font-size: 45px; margin-top: 45px; color: rgba(250, 250, 250, 0.5); .loader{position: absolute; top: calc(50% - 1.25em); left: calc(50% - 1.25em);}</style> <script src="https://crafterworld.org/loader3/js/prefixfree.min.js"></script> </head> <body> <center><div id="wrap"> <div class="loading outer"> <div class="loading inner"></div></div></center> <div class="col-sm-12"> <h1 class="message"><a href="http://fastlayer.org/" target="_blank"><font color="#FFFFFF">Verifying your browser, please wait...<br>FastLayer & Dorde</font> </a></h1> </div></body>
  3. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement