Sha256: 23252a94251c6319e97186909f709a48c431077eac0957f2de38a03512755274
Contents?: true
Size: 706 Bytes
Versions: 3
Compression:
Stored size: 706 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv=X-UA-Compatible content="Chrome=1,IE=edge"> <meta name="renderer" content="webkit"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, maximum-scale=1"> <title></title> <link rel="stylesheet" href="<%= stylesheet_path 'application' %>" data-turbolinks-track="reload"> <meta name="keywords" content=""> <meta name="description" content=""> <link rel="canonical" href="<%= $app_settings['url'] %>"> </head> <body> <%= yield %> <script src="<%= javascript_path 'application' %>" charset="utf-8" data-turbolinks-track="reload"></script> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems