also add placeholder settings page Co-authored-by: Peeentaa <Peeentaa@users.noreply.github.com>
14 lines
368 B
HTML
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> |