Created
August 28, 2018 00:38
-
-
Save TrueSlu/51c265d89a31072b529689cda3fb6555 to your computer and use it in GitHub Desktop.
Thank you page
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 lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title></title> | |
| <link href='https://fonts.googleapis.com/css?family=Lato:300,400|Montserrat:700' rel='stylesheet' type='text/css'> | |
| <style> | |
| @import url(//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.1/normalize.min.css); | |
| @import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css); | |
| </style> | |
| <link rel="stylesheet" href="https://2-22-4-dot-lead-pages.appspot.com/static/lp918/min/default_thank_you.css"> | |
| <script src="https://2-22-4-dot-lead-pages.appspot.com/static/lp918/min/jquery-1.9.1.min.js"></script> | |
| <script src="https://2-22-4-dot-lead-pages.appspot.com/static/lp918/min/html5shiv.js"></script> | |
| </head> | |
| <body> | |
| <header class="site-header" id="header"> | |
| <h1 class="site-header__title" data-lead-id="site-header-title">THANK YOU!</h1> | |
| </header> | |
| <div class="main-content"> | |
| <i class="fa fa-check main-content__checkmark" id="checkmark"></i> | |
| <p class="main-content__body" data-lead-id="main-content-body">Thanks a bunch for filling that out. It means a lot to us, just like you do! We really appreciate you giving us a moment of your time today. Thanks for being you.</p> | |
| </div> | |
| <footer class="site-footer" id="footer"> | |
| <p class="site-footer__fineprint" id="fineprint">Copyright ©2014 | All Rights Reserved</p> | |
| </footer> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment