From 0380a97230023a78ad08b738c4520e901485ed63 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 10 Dec 2022 09:29:30 -0500 Subject: Added Rails engine for scoreboard refs #13 --- rails/app/views/layouts/lingo/application.html.haml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 rails/app/views/layouts/lingo/application.html.haml (limited to 'rails/app/views/layouts') diff --git a/rails/app/views/layouts/lingo/application.html.haml b/rails/app/views/layouts/lingo/application.html.haml new file mode 100644 index 0000000..6731e5a --- /dev/null +++ b/rails/app/views/layouts/lingo/application.html.haml @@ -0,0 +1,9 @@ +!!! 5 +%html + %head + %title LINGO Bot Scoreboard + = stylesheet_link_tag "lingo/application", media: "all" + = csrf_meta_tags + %body + #header= image_tag "lingo/header.png" + #content= yield -- cgit 1.4.1