jmou/cgithub
git clone https://github.com/jmou/cgithub.git
git clone git@github.com:jmou/cgithub.git
Loading…
(top)/views/error.eta
214 Bytes / 11 lines / 11 loc
History
View raw
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title><%= it.title ?? it.message %></title>
  <link rel="stylesheet" href="/static/style.css">
</head>
<body>
  <%= it.message %>
</body>
</html>