Sha256: 8b1235cbc17ac633e2bea692b6cf57c52943d085f6799c822049d95965aefc1b
Contents?: true
Size: 331 Bytes
Versions: 10
Compression:
Stored size: 331 Bytes
Contents
<html> <head> <title><%= yield(:title) %></title> <meta><%= yield(:meta) %></meta> </head> <body> <div id="header"> <h1>City Gallery</h1> </div> <div id="nav"> London<br> Paris<br> Tokyo<br> </div> <div id="section"> <h1>London</h1> <%= yield %> </div> <div id="footer"> Copyright © W3Schools.com </div> </body> </html>
Version data entries
10 entries across 5 versions & 1 rubygems