git clone https://github.com/jmou/cgithub.git
git clone git@github.com:jmou/cgithub.git
<!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>