trafficlight/views/pages/error.ejs
2019-12-10 10:19:21 +01:00

13 lines
316 B
Text

<!DOCTYPE html>
<html lang="en">
<head>
<% include ../partials/header.ejs %>
</head>
<body>
<form id="emotionsForm" method="POST" action="/submit-form">
<% include ../partials/signin.ejs %>
<p id="errorMessage" class="error">Vul je naam/wachtwoord in</p>
<% include ../partials/body.ejs %>
</form>
</body>
</html>