diff options
Diffstat (limited to 'app/views/layouts')
| -rw-r--r-- | app/views/layouts/admin.html.erb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb new file mode 100644 index 0000000..95161a8 --- /dev/null +++ b/app/views/layouts/admin.html.erb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | ||
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
| 3 | |||
| 4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
| 5 | <head> | ||
| 6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | ||
| 7 | |||
| 8 | <title>untitled</title> | ||
| 9 | |||
| 10 | </head> | ||
| 11 | |||
| 12 | <body> | ||
| 13 | <%= yield :layout %> | ||
| 14 | </body> | ||
| 15 | </html> | ||
