This repository has been archived on 2026-05-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GitBlog.md/sample_data/home/error.ejs
T
2019-06-20 11:42:01 +02:00

12 lines
198 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Error <%= error %></title>
</head>
<body>
<main>
<h1>Error <%= error %> at path <%= path %></h1>
</main>
</body>
</html>