Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  6. <meta charset="utf-8">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <meta name="description" content="">
  10. <meta name="author" content="">
  11.  
  12. <title>Email Verified</title>
  13.  
  14. <style>
  15. .full {
  16. background: url('/background.png') no-repeat center center fixed;
  17. -webkit-background-size: cover;
  18. -moz-background-size: cover;
  19. background-size: cover;
  20. -o-background-size: cover;
  21. }
  22. body {
  23. margin-top: 40%; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  24. }
  25. </style>
  26.  
  27. </head>
  28.  
  29. <body class="full">
  30.  
  31. <p style="color: rgb(255, 255, 255); text-align: center; font-family: Roboto;">
  32. Succesful Registration! Your Viral Rider account has been activated.
  33.  
  34. </p>
  35.  
  36.  
  37.  
  38. </body>
  39.  
  40. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement