verify_email.html 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!DOCTYPE html>
  2. <html lang="en" >
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge, Chrome=1">
  7. <meta http-equiv="Cache-Control" content="no-cache">
  8. <title>驗證信箱</title>
  9. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
  10. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
  11. crossorigin="anonymous">
  12. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
  13. <script src="https://unpkg.com/axios/dist/axios.min.js"></script>
  14. <style>
  15. .h2 {
  16. text-align: center;
  17. font-size: 2rem;
  18. font-weight: 500;
  19. margin-top: 2rem;
  20. }
  21. .imgfr {
  22. width: 70%;
  23. max-width: 800px;
  24. min-width: 300px;
  25. }
  26. .imgfr img {
  27. width: 100%;
  28. }
  29. .pl-0 {
  30. padding-left: 0;
  31. }
  32. .link {
  33. text-decoration: none;
  34. }
  35. </style>
  36. </head>
  37. <body>
  38. <div class="container">
  39. <main>
  40. <div class="m-auto text-center">
  41. <h2 class="h2"><img src="../html/static/img/checked (2).png" width="36" class="me-2">驗證成功</h2>
  42. <p>立即導頁至<a href="./login.html" class="link">登入頁</a>,以繼續使用服務</p>
  43. <div><img src="../html/static/img/Spinner-1s-181px.gif" width="36" alt=""></div>
  44. <div class="imgfr mx-auto">
  45. <img src="../html/static/img/undraw_well_done_i2wr.png" alt="">
  46. </div>
  47. </div>
  48. </main>
  49. </div>
  50. <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
  51. <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script>
  52. <script>
  53. </script>
  54. </body>
  55. </html>