mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 19:13:51 +00:00
push more code
This commit is contained in:
10
login.html
10
login.html
@@ -12,9 +12,9 @@
|
||||
<h1>Login</h1>
|
||||
|
||||
<form class="form">
|
||||
<input type="text" placeholder="Username">
|
||||
<input type="password" placeholder="Password">
|
||||
<button type="submit" id="login-button">Login</button>
|
||||
<input id="username" type="text" placeholder="Username">
|
||||
<input id="password" type="password" placeholder="Password">
|
||||
<button type="submit" id="login-button" onclick="validate()">Login</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@@ -32,4 +32,6 @@
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
<script src="js/less.js" data-env="production"></script>
|
||||
<script src="js/less.js" data-env="production"></script>
|
||||
<!-- add login function -->
|
||||
<script src="js/python/login.js"></script>
|
||||
Reference in New Issue
Block a user