Webbserverprogrammering 1

Show sourcecode

The following files exists in this folder. Click to view.

webbserverprogrammering/projects/slutprojekt/

css/
endpoints/
fail.php
functions/
img/
incl/
js/
logged_in/
login.php
resetpw.php
restaurant/
setup/

fail.php

14 lines ASCII Windows (CRLF)
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Epic fail</title>
</head>

<body>
    Misslyckades
</body>

</html>