fulgens/services-src/auth/resources/templates/logout.html

13 lines
383 B
HTML
Raw Normal View History

2024-09-28 19:41:34 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Log out - {{ .identifier }}</title>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="icon" href="/static/svg/favicon.svg">
<script src="/static/js/logout.js"></script>
</head>
</html>