Sha256: a92dac5c825b56c46c9ef550c46c55372c1ad692bfd485baa4cc3b986231f7fd
Contents?: true
Size: 447 Bytes
Versions: 12
Compression:
Stored size: 447 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> <title><%= yield :title %></title> <meta charset="utf-8"> <meta name="description" content="A demo site."> <meta name="author" content="Alchemists"> <%= stylesheet_link_tag "auther/application", media: "all" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
12 entries across 12 versions & 1 rubygems