plz work well

This commit is contained in:
Timothy Pidashev
2022-01-08 18:36:52 -08:00
parent 1723aae6fc
commit 41f9cd8fd3
4 changed files with 63 additions and 19 deletions

View File

@@ -6,7 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet/less" type="text/css" href="css/login.less" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
</head>
<body>
<div class="wrapper">
@@ -14,9 +13,9 @@
<h1>Login</h1>
<form class="form">
<input data-aos="fade-right" id="username" type="text" placeholder="Username">
<input data-aos="fade-left" id="password" type="password" placeholder="Password">
<button data-aos="zoom-out" type="button" id="login-button">Login</button>
<input id="username" type="text" placeholder="Username">
<input id="password" type="password" placeholder="Password">
<button type="button" id="login-button">Login</button>
</form>
</div>
@@ -33,6 +32,7 @@
<li></li>
</ul>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="js/less.js" data-env="production"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>AOS.init(