lock screen added

This commit is contained in:
Daniel
2023-07-18 14:30:13 +05:30
parent adb7949b0c
commit eaefd70c0a
4 changed files with 145 additions and 1 deletions

View File

@@ -279,7 +279,7 @@ const htmlPath = convertPathToHtml(path);
<a href="#" class="nav-link">
<i class="nav-icon bi bi-box-arrow-in-right"></i>
<p>
Login & Register
Auth
<i class="nav-arrow bi bi-chevron-right"></i>
</p>
</a>
@@ -296,6 +296,12 @@ const htmlPath = convertPathToHtml(path);
<p>Register v1</p>
</a>
</li>
<li class="nav-item">
<a href={htmlPath + "/examples/lockscreen.html"} class="nav-link">
<i class="nav-icon bi bi-circle"></i>
<p>Lockscreen</p>
</a>
</li>
</ul>
</li>