mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 19:13:51 +00:00
plz work well
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user