diff default/page-email-confirm.html @ 0:1d038bc9b3d2 default tip

Up:default
author Liny <dev@neowd.com>
date Sat, 31 May 2025 09:21:51 +0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/default/page-email-confirm.html	Sat May 31 09:21:51 2025 +0800
@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+    <script src="https://cdnjs.cloudflare.com/ajax/libs/pace/1.0.2/pace.min.js"></script>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
+    <link rel="icon" type="image/png" sizes="16x16" href="assets/demo/favicon.png">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Confirm Email</title>
+    <!-- CSS -->
+    <link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600|Roboto:400" rel="stylesheet" type="text/css">
+    <link href="assets/vendors/material-icons/material-icons.css" rel="stylesheet" type="text/css">
+    <link href="assets/vendors/mono-social-icons/monosocialiconsfont.css" rel="stylesheet" type="text/css">
+    <link href="assets/vendors/feather-icons/feather.css" rel="stylesheet" type="text/css">
+    <link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/0.7.0/css/perfect-scrollbar.min.css" rel="stylesheet" type="text/css">
+    <link href="assets/css/style.css" rel="stylesheet" type="text/css">
+    <!-- Head Libs -->
+    <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
+</head>
+
+<body class="body-bg-full profile-page" style="background-image: url(assets/demo/error-page.jpg)">
+    <div id="wrapper" class="wrapper">
+        <div class="row container-min-full-height align-items-center">
+            <div class="col-10 ml-sm-auto col-sm-6 col-md-4 ml-md-auto login-center login-center-mini mx-auto">
+                <div class="navbar-header text-center mb-3">
+                    <a href="index.html">
+                        <img alt="" src="assets/demo/logo-expand-dark.png">
+                    </a>
+                </div>
+                <!-- /.navbar-header -->
+                <div class="text-center mr-b-20">
+                    <img src="assets/demo/users/user7.jpg" class="rounded-circle img-thumbnail thumb-lg" alt="">
+                </div>
+                <p class="text-center text-muted">A email has been send to [email protected]. Please check for an email from company and click on the included link to reset your password.</p><a href="index.html" class="btn btn-block btn-lg btn-primary mr-tb-30 text-uppercase fs-12 fw-600">Back to Home</a>
+            </div>
+            <!-- /.login-center -->
+        </div>
+        <!-- /.row -->
+    </div>
+    <!-- /.wrapper -->
+    <!-- Scripts -->
+    <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
+    <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
+</body>
+
+</html>
\ No newline at end of file