Sha256: 3a532365daf9438ac1a7eb1c61eb63dce57da07313d8c5d3ce6bc040eca37686
Contents?: true
Size: 784 Bytes
Versions: 3
Compression:
Stored size: 784 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>LetterOpener</title> <link href="<%= root_path %>stylesheets/bootstrap.min.css" media="screen" rel="stylesheet" type="text/css" /> <link href="<%= root_path %>stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="<%= root_path %>javascripts/jquery.min.js"></script> <script type="text/javascript" src="<%= root_path %>javascripts/bootstrap.min.js"></script> <script type="text/javascript" src="<%= root_path %>javascripts/application.js"></script> </head> <body> <%= yield %> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems