This repository has been archived on 2023-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
web/app/view/confirm-logout.php
2022-02-02 12:56:17 +01:00

6 lines
149 B
PHP

<h1>Bekreft avlogging</h1>
<p>Er du sikker at du vil logge av?</p>
<form action="logout.php">
<button type="submit">Logg ut</button>
</form>