17 lines
468 B
HTML
17 lines
468 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>403 | Woodburn</title>
|
||
|
<link rel="stylesheet" href="403.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1 class="text"><span>403</span></h1>
|
||
|
<br>
|
||
|
<form action="https://id.woodburn.au/logout">
|
||
|
<input type="submit" value="Logout" />
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|