verify_email.html 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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">
  42. <img src="https://i.imgur.com/eFBgdgI.png" width="36" class="me-2">
  43. 驗證成功!</h2>
  44. <p>立即至<a href="./login.html" class="link">登入頁</a>,以繼續使用服務</p>
  45. <!-- <div><img src="../html/static/img/Spinner-1s-181px.gif" width="36" alt=""></div> -->
  46. <div class="imgfr mx-auto">
  47. <img src="https://i.imgur.com/EqED9CY.png" alt="">
  48. </div>
  49. </div>
  50. </main>
  51. </div>
  52. <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
  53. <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script>
  54. <script>
  55. </script>
  56. </body>
  57. </html>