apps/web/templates/application.html.erb (
11
lines of code) (
raw
):
<!DOCTYPE html> <html> <head> <title>Web</title> <%= favicon %> </head> <body> <h1>Bookshelf</h1> <%= yield %> </body> </html>