Sha256: 988e285d0dfe92888632fb3721b5cf276ebf005f275d20b0a17323a052b8b1d4
Contents?: true
Size: 1.62 KB
Versions: 1
Compression:
Stored size: 1.62 KB
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Style Tiles</title> <@style> </head> <body> <div> <section> <header> <a href="../index.html" title="return to homepage"> <figure> </figure> </a> <hgroup> <h1>Project Name: </h1> <h2>Version: </h2> </hgroup> </header> </section> <section> <article> <header> <hgroup> <h1>Sample Header: Heading</h1> <h2>Sample Header: Sub-Heading</h2> </hgroup> </header> <p> </p> <h2>Body Sub-Heading: Lorem Ipsum</h2> <p> </p> <h2><a href="#">Linked Body Sub-Heading: Lorem Ipsum</a></h2> <p> </p> <p> <a href="#">Example text link</a> </p> <p> Example <a href="#">button</a> </p> </article> </section> <aside> <h3>Colors</h3> <figure> </figure> <figure> </figure> <figure> </figure> <figure> </figure> <figure> </figure> </aside> <aside> <h3>Textures</h3> <figure> </figure> <figure> </figure> <figure> </figure> <figcaption></figcaption> </aside> <aside> <ul> <h2>Adjectives</h2> <li></li> <li></li> <li></li> <li></li> </ul> </aside> <footer> <figure> </figure> </footer> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
style-tiles-0.1 | templates/project/html/template.html |