first comit

This commit is contained in:
Mats van Reenen
2020-06-20 14:59:03 +02:00
commit db2632afbd
11 changed files with 847 additions and 0 deletions

13
html/logboek.ejs Executable file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EPS10 - <%= file %></title>
<link rel="stylesheet" href="/static/style.css">
</head>
<body>
<%- include(file); %>
</body>
</html>

4
html/static/style.css Executable file
View File

@@ -0,0 +1,4 @@
img{
width: 700px;
max-width: 100%;
}