about summary refs log tree commit diff stats
path: root/app/views/layouts/wittle/application.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/wittle/application.html.erb')
-rw-r--r--app/views/layouts/wittle/application.html.erb15
1 files changed, 0 insertions, 15 deletions
diff --git a/app/views/layouts/wittle/application.html.erb b/app/views/layouts/wittle/application.html.erb deleted file mode 100644 index ba450d1..0000000 --- a/app/views/layouts/wittle/application.html.erb +++ /dev/null
@@ -1,15 +0,0 @@
1<!DOCTYPE html>
2<html>
3<head>
4 <title>Wittle</title>
5 <%= csrf_meta_tags %>
6 <%= csp_meta_tag %>
7
8 <%= stylesheet_link_tag "wittle/application", media: "all" %>
9</head>
10<body>
11
12<%= yield %>
13
14</body>
15</html>