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

12 lines
255 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 %>
<% include ../partials/body.ejs %>
</form>
</body>
</html>