aboutsummaryrefslogtreecommitdiff
path: root/front.t
diff options
context:
space:
mode:
Diffstat (limited to 'front.t')
-rw-r--r--front.t11
1 files changed, 11 insertions, 0 deletions
diff --git a/front.t b/front.t
new file mode 100644
index 0000000..c2c416e
--- /dev/null
+++ b/front.t
@@ -0,0 +1,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> \ No newline at end of file