diff options
Diffstat (limited to 'views/layout.erb')
| -rw-r--r-- | views/layout.erb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/views/layout.erb b/views/layout.erb new file mode 100644 index 0000000..e4a6105 --- /dev/null +++ b/views/layout.erb @@ -0,0 +1,10 @@ +<!doctype html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <title>Ruby Session Exercise</title> +</head> +<body> + <%= yield %> +</body> +</html> |
