<!DOCTYPE html>
<html>
	<head>
		<title>%name%</title>
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
		<meta name="robots" content="nocache, noindex, nofollow, noarchive"/>
		<meta name="copyright" content="&copy; 2002-2025 DEVONtechnologies LLC"/>
		<link media="all" rel="stylesheet" href="./webserver-light-dark.css"/>
		<link rel="icon" href="./dt-server-favicon.ico" sizes="32x32"/>
		<link rel="apple-touch-icon" href="./dt-server-apple-touch-icon.png"/>
	</head>
	<body>
		<div class="front">
			<div class="logo">
				<a href="https://www.devontechnologies.com/redirect/devonthink/"><img src="./splash-small.png" /></a>
			</div>
			<div class="error">%error%</div>
			<div class="login">
				<form method="post" action="./login.cgi">
					<label for="user">User:</label>
					<input type="text" name="user"/>
					<label for="password">Password:</label>
					<input type="password" name="password"/>
					<div class="buttons">
						<button type="submit" name="action" value="login" disabled>Login</button>
						<button type="submit" name="action" value="guest">Guest</button>
					</div>
				</form>
			</div>
			<div class="logo">
				<small>
					<a href="wwwlogin.cgi">Authenticate with HTTP</a>
				</small>
			</div>
		</div>
		<script src="state.js"></script>
	</body>
</html>
