9 lines
127 B
Text
9 lines
127 B
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<% include ../partials/header.ejs %>
|
|
</head>
|
|
<body>
|
|
<h1>Dankje!</h1>
|
|
</body>
|
|
</html>
|