updated indentations

This commit is contained in:
Darrel Israel
2024-06-05 10:47:44 +08:00
parent d4b602bc21
commit ddf2f1b9ec
+2 -3
View File
@@ -1,4 +1,4 @@
<!doctype html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>Login</title> <title>Login</title>
@@ -12,7 +12,6 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="/loginassets/css/style.css"> <link rel="stylesheet" href="/loginassets/css/style.css">
<!-- <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> -->
<script src="/loginassets/js/login.js"></script> <script src="/loginassets/js/login.js"></script>
</head> </head>
@@ -54,7 +53,7 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</section> </section>
</body> </body>
</html> </html>