16 lines
299 B
HTML
16 lines
299 B
HTML
<!--
|
|
SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
|
|
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Logged out</title>
|
|
</head>
|
|
<body>
|
|
<h1>Congrats! You're logged out.</h1>
|
|
<a href="https://int.lukegb.com">Log in again</a>
|
|
</body>
|
|
</html>
|