success.html 455 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title></title>
  6. <link rel="stylesheet" href="css/over.css">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. </head>
  9. <body>
  10. <section class="end-box full" id="endBox">
  11. <div class="end" id="success"><img src="img/success.png" alt=""></div>
  12. <a href="http://gjnh.100t.com/gjnh/index.php/Index/"class="btn"><img src="img/btn.png"></a>
  13. </section>
  14. </body>
  15. </html>