IPass-GUI/src/settings.html
none 988a648b89 change styling
also add placeholder settings page

Co-authored-by: Peeentaa <Peeentaa@users.noreply.github.com>
2023-01-19 10:00:23 +01:00

14 lines
368 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Settings</title>
</head>
<body>
<h1 id="title"><a href="/" class="nostyle">IPass</a></h1>
</body>
</html>