Advertisement
haleandrodev

tank-you

May 22nd, 2018
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--[if IE 8]> <html class="ie ie8"> <![endif]-->
  3. <!--[if IE 9]> <html class="ie ie9"> <![endif]-->
  4. <!--[if gt IE 9]><!-->
  5. <html class="">
  6. <!--<![endif]-->
  7.  
  8. <head>
  9. <!-- Page Title -->
  10. <title>Travelo - Travel, Tour Booking HTML5 Template</title>
  11. <!-- Meta Tags -->
  12. <meta charset="utf-8">
  13. <meta name="keywords" content="HTML5 Template" />
  14. <meta name="description" content="Travelo - Travel, Tour Booking HTML5 Template">
  15. <meta name="author" content="SoapTheme">
  16. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  17. <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
  18.  
  19. <!-- ## HEAD
  20. #############################################################################################################################-->
  21. <?php include('head/head.php'); ?>
  22. <!-------- END HEAD -------->
  23. </head>
  24.  
  25. <body class="coming-soon-page body-blank" style="background-color:#42c4de;">
  26. <div id="page-wrapper" class="wrapper-blank">
  27. <div class="wrapper">
  28. <section id="content" >
  29. <div class=" container">
  30. <div id="main" class="pt60 pb60">
  31. <h1 class="logo contact block mb90">
  32. <a href="index.php" title="First Global School - home">
  33. <img src="images/sveta-logo.png" alt="First GLobal School" />
  34. </a>
  35. </h1>
  36. <div class="col-lg-10 col-lg-offset-1 col-md-12 col-md-offset-0 col-sm-12 " style="background-color:#fff; padding:60px;">
  37. <div class="ttext-xs-center">
  38. <h1 class="display-3" style="font-size:4em;">Thank You!</h1>
  39. </div>
  40. <p class="lead"><strong>Grazie per la tua registrazione</strong>.</p>
  41. <hr>
  42. <p>
  43. Puoi contattarci a <a href="mailto:info@firstglobalschool"><strong>info@firstglobalschool</strong></a>
  44. </p>
  45. <p class="lead">
  46. <a class="btn btn-primary btn-sm" href="/" role="button">HOMPAGE</a>
  47. </p>
  48. </div>
  49. </diV>
  50. </div>
  51. </section>
  52. </div>
  53. </div>
  54. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement