summaryrefslogtreecommitdiff
path: root/template.erb
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-10-12 13:47:42 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-10-12 13:47:42 -0400
commit6a42c8de66e3b2dc7293ddeadaa3ee396db2624d (patch)
tree67a027b892d3122662526504dd6d11e8dea02ca1 /template.erb
initial commit
Diffstat (limited to 'template.erb')
-rw-r--r--template.erb20
1 files changed, 20 insertions, 0 deletions
diff --git a/template.erb b/template.erb
new file mode 100644
index 0000000..01ad125
--- /dev/null
+++ b/template.erb
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title><%= @title %></title>
+ <link rel="stylesheet" type="text/css" href="assets/style.css">
+</head>
+<body>
+<header>
+<a href="./">Luke Shumaker's ramblings</a>
+</header>
+<article>
+<%= @content %>
+</article>
+<footer>
+<p>The content of this page is Copyright © <%= @copyright %>.</p>
+<p>This page is licensed under the <%= @license %> license.</p>
+</footer>
+</body>
+</html>