first comit
This commit is contained in:
13
html/logboek.ejs
Executable file
13
html/logboek.ejs
Executable 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
4
html/static/style.css
Executable file
@@ -0,0 +1,4 @@
|
||||
img{
|
||||
width: 700px;
|
||||
max-width: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user