diff options
Diffstat (limited to 'skeletons/html.erb')
-rw-r--r-- | skeletons/html.erb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/skeletons/html.erb b/skeletons/html.erb new file mode 100644 index 0000000..f583dcd --- /dev/null +++ b/skeletons/html.erb @@ -0,0 +1,18 @@ +<!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=""> --> +<!-- <link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon"> --> +<!-- <script type="text/javascript" src=""></script> --> + <!-- <%= @filename %> <%= @now %> --> + </head> + <body> + </body> +</html> |