Template Files

This commit is contained in:
2025-11-20 23:11:58 -06:00
parent 26b49edfb4
commit ede00c44c6
133 changed files with 288792 additions and 0 deletions

98
pages-logout-2.html Normal file
View File

@@ -0,0 +1,98 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Log Out | Hyper - Responsive Bootstrap 5 Admin Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
<meta content="Coderthemes" name="author" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- Theme Config Js -->
<script src="assets/js/hyper-config.js"></script>
<!-- Vendor css -->
<link href="assets/css/vendor.min.css" rel="stylesheet" type="text/css" />
<!-- App css -->
<link href="assets/css/app-saas.min.css" rel="stylesheet" type="text/css" id="app-style" />
<!-- Icons css -->
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
</head>
<body class="authentication-bg pb-0">
<div class="auth-fluid">
<!--Auth fluid left content -->
<div class="auth-fluid-form-box">
<div class="card-body d-flex flex-column h-100 gap-3">
<!-- Logo -->
<div class="auth-brand text-center text-lg-start">
<a href="index.html" class="logo-dark">
<span><img src="assets/images/logo-dark.png" alt="dark logo" height="22"></span>
</a>
<a href="index.html" class="logo-light">
<span><img src="assets/images/logo.png" alt="logo" height="22"></span>
</a>
</div>
<div class="my-auto">
<!-- title-->
<div class="text-center">
<h4 class="mt-0">See You Again !</h4>
<p class="text-muted mb-4">You are now successfully sign out.</p>
</div>
<!-- Logout icon -->
<div class="logout-icon m-auto">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 161.2 161.2" enable-background="new 0 0 161.2 161.2" xml:space="preserve">
<path class="path" fill="none" stroke="#0acf97" stroke-miterlimit="10" d="M425.9,52.1L425.9,52.1c-2.2-2.6-6-2.6-8.3-0.1l-42.7,46.2l-14.3-16.4
c-2.3-2.7-6.2-2.7-8.6-0.1c-1.9,2.1-2,5.6-0.1,7.7l17.6,20.3c0.2,0.3,0.4,0.6,0.6,0.9c1.8,2,4.4,2.5,6.6,1.4c0.7-0.3,1.4-0.8,2-1.5
c0.3-0.3,0.5-0.6,0.7-0.9l46.3-50.1C427.7,57.5,427.7,54.2,425.9,52.1z" />
<circle class="path" fill="none" stroke="#0acf97" stroke-width="4" stroke-miterlimit="10" cx="80.6" cy="80.6" r="62.1" />
<polyline class="path" fill="none" stroke="#0acf97" stroke-width="6" stroke-linecap="round" stroke-miterlimit="10" points="113,52.8
74.1,108.4 48.2,86.4 " />
<circle class="spin" fill="none" stroke="#0acf97" stroke-width="4" stroke-miterlimit="10" stroke-dasharray="12.2175,12.2175" cx="80.6" cy="80.6" r="73.9" />
</svg>
</div>
<!-- end logout-icon-->
</div>
<!-- Footer-->
<footer class="footer footer-alt">
<p class="text-muted">Back to <a href="pages-login-2.html" class="text-muted ms-1"><b>Log In</b></a></p>
</footer>
</div> <!-- end .card-body -->
</div>
<!-- end auth-fluid-form-box-->
<!-- Auth fluid right content -->
<div class="auth-fluid-right text-center">
<div class="auth-user-testimonial">
<h2 class="mb-3">I love the color!</h2>
<p class="lead"><i class="mdi mdi-format-quote-open"></i> It's a elegent templete. I love it very much! . <i class="mdi mdi-format-quote-close"></i>
</p>
<p>
- Hyper Admin User
</p>
</div> <!-- end auth-user-testimonial-->
</div>
<!-- end Auth fluid right content -->
</div>
<!-- end auth-fluid-->
<!-- Vendor js -->
<script src="assets/js/vendor.min.js"></script>
<!-- App js -->
<script src="assets/js/app.min.js"></script>
</body>
</html>