aboutsummaryrefslogtreecommitdiff
path: root/front.t
blob: c2c416ea0db54bab97ee04f4fee17c5006a00fd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title><%= site.name %></title>
</head>
<body>
<h1><%= site.name %></h1>
<% printf("Hello world!"); %>
</body>
</html>