depot/web/logged-out-int/index.html

17 lines
299 B
HTML
Raw Normal View History

<!--
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>