pzp-hub/lib/views/index.ejs

10 lines
166 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<article><%- markdown %></article>
</body>
</html>