Sha256: 89a082943b63619681ff088764fe3aa1accbe4eba46a59ad6961b7f11d18c883
Contents?: true
Size: 1.1 KB
Versions: 9
Compression:
Stored size: 1.1 KB
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>MiniMart</title> <!-- fonts --> <link href='//fonts.googleapis.com/css?family=Maven+Pro:400,700' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Open+Sans:400,700,600' rel='stylesheet' type='text/css'> <!-- css --> <link rel="stylesheet" href="<%= asset_path('stylesheets/application.min.css') %>" /> <!-- js --> <script src="<%= asset_path('javascripts/application.min.js') %>"></script> </head> <body> <a href="<%= home_path %>"> <header class="header-slim"> <div class="header-slim__container"> <h1 class="header-slim__title">Welcome to MiniMart</h1> <h2 class="header-slim__subtitle">Always open and always open sourced.</h2> </div> </header> </a> <div class="outer-wrapper"> <%= yield %> </div> <footer class="footer"> <a href="http://www.madglory.com" target="_blank"> Powered by <span class="footer__logo"> <img src="<%= asset_path('images/mad-glory-logo.png') %>" alt="Mad Glory" /> </span> </a> </footer> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems