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> | |
<body> | |
<div class="slider js_ease ease"> | |
<div class="frame featslidewrap"> | |
<ul class="slides featslide" style="transition-duration: 0ms; transform: translate3d(-900px, 0px, 0px);"> | |
<li class="js_slide"> | |
<div class="featitemouter"> | |
<div class="featitemwrap"> |
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
<div id="successful_login" class="fix-middle"> | |
<div class="container text-center"> | |
<h1>Welcome back to the internet!</h1> | |
<p>You've successfully managed to log into a nonexistant account in order to test a login dialog box.<br> If you like it, you are welcomed to use it wherever you want, no strings attached.<br><br><a href="#" class="link dialog-reset">Rerun the whole thing.</a></p> | |
</div> | |
</div> | |
<div id="successful_registration" class="fix-middle"> | |
<div class="container text-center"> | |
<h1>Welcome to the internet!</h1> | |
<p>You've successfully managed to register for a nonexistant account in order to test a registration dialog box.<br> If you like it, you are welcomed to use it wherever you want, no strings attached.<br><br><a href="#" class="link dialog-reset">Rerun the whole thing.</a></p> |