summaryrefslogtreecommitdiffstats
path: root/old/skeletons/cst.erb
blob: db5969279b1192b649bbf068f205cc3f0788dc36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
	<head>
        <title>My Page</title>
		<meta name="Identifier-URL" content="http://XXXX/<%= @filename %>">
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
                <meta name="Author" lang="en" content="<%= @username %>">
		<meta name="Description" content="">
		<meta name="Keywords" lang="en" content="">
		<link rel="stylesheet" type="text/css" href="">
    </head>
    <body>
    </body>
</html>