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/pages/confirm-logout.php

6 lines
149 B
PHP
Raw Normal View History

2022-01-24 10:46:44 +00:00
<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>