Merge patchset from akko branch
This commit is contained in:
13
public/login.html
Normal file
13
public/login.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Login | Masto-FE standalone</title>
|
||||
<script src="/auth.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<input type="text" id="instance" placeholder="yourinstance.tld">
|
||||
<button onclick="auth()" id="btn">Log in</button>
|
||||
<span id="message"></span>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user