Skip to content

Commit

Permalink
Update ut.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Lambaiso authored Jan 21, 2025
1 parent dc66c2f commit 414b655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ut.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@
<body>
<div id="login" style="display: flex; justify-content: center; align-items: center; height: 100vh;">
<div>
<h1>Web 3.o Terminal Login</h1>
<h1>Executive Terminal Login</h1>
<form onsubmit="handleLogin(event)">
<input type="text" id="username" placeholder="Believer" required style="width: 100%; padding: 10px; margin-bottom: 10px;"><br>
<input type="text" id="username" placeholder="Executive" required style="width: 100%; padding: 10px; margin-bottom: 10px;"><br>
<input type="password" id="password" placeholder="Password" required style="width: 100%; padding: 10px; margin-bottom: 10px;"><br>
<button type="submit" style="padding: 10px 20px;">Login</button>
</form>
Expand Down

0 comments on commit 414b655

Please sign in to comment.