Sha256: 5dfdd363df85052af6723ab5a846b8eb45ca3771fc5dd7479d4ddef865f509c2
Contents?: true
Size: 729 Bytes
Versions: 1
Compression:
Stored size: 729 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Apple Service Server</title> <!-- Bootstrap --> <link href="css/bootstrap.min.css" rel="stylesheet"> </head> <body> <div class="container"> <!-- Main hero unit for a primary marketing message or call to action --> <div class="hero-unit"> <%= yield %> <p><a href="https://github.com/eiffelqiu/ass" class="btn btn-primary btn-large">Learn more »</a></p> </div> <hr> <footer> <p>© likenote.com 2012</p> </footer> </div> <!-- /container --> <script src="http://code.jquery.com/jquery-latest.js"></script> <script src="js/bootstrap.min.js"></script> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ass-0.0.15 | views/layout.erb |