Sha256: 802da1d37eb02412600e288b4abf7b32501a4728c16d211164289fc680fecd63

Contents?: true

Size: 1.41 KB

Versions: 10

Compression:

Stored size: 1.41 KB

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Myapp</title>
	<link type="text/css" rel="stylesheet" href="/simple/styles.css" media="all">
</head>
<body>
<div id="header">
  <div id="logo"><h1>It Gotta B Simple</h1></div>
</div>
<div id="navigation">
  <ul>
    <li><a href="#">Menu</a></li>
    <li><a href="#">Goes</a></li>
    <li><a href="#">Here</a></li>
  </ul>
</div>

<div id="contents">

  <div id="notice">
    <div class="notice"> Sample Notice </div>
    <!-- <div class="error">  Sample Error </div> -->
  </div>

  <div id="sidebar">
    <h3> Some List </h3>
    <ul>
      <li>list1</li>
      <li>list2</li>
      <li>list3</li>
      <li>list4</li>
    </ul>
  </div>

  <div class="title">Page Title</div>
  <div class="subtitle">Page Sub Title</div>
  <table>
    <tr> <th>Table</th> <th>Looks</th> <th>Like</th> <th>This</th> </tr>
    <tr> <td>Table</td> <td>Looks</td> <td>Like</td> <td>This</td> </tr>
    <tr> <td>Table</td> <td>Looks</td> <td>Like</td> <td>This</td> </tr>
    <tr> <td>Table</td> <td>Looks</td> <td>Like</td> <td>This</td> </tr>
    <tr> <td>Table</td> <td>Looks</td> <td>Like</td> <td>This</td> </tr>
    <tr> <td>Table</td> <td>Looks</td> <td>Like</td> <td>This</td> </tr>
    <tr> <td>Table</td> <td>Looks</td> <td>Like</td> <td>This</td> </tr>
    <tr> <td>Table</td> <td>Looks</td> <td>Like</td> <td>This</td> </tr>
  </table>
</div>


<div id="footer"> 
  Copyright goes here
</div>
</body>
</html>

Version data entries

10 entries across 6 versions & 1 rubygems

Version Path
simple-layout-0.4.0 test/tmp/public/simple/index.html
simple-layout-0.4.0 lib/generators/layout/layouts/simple/index.html
simple-layout-0.3.1 lib/generators/layout/layouts/simple/index.html
simple-layout-0.3.1 test/tmp/public/simple/index.html
simple-layout-0.3.0 test/tmp/public/simple/index.html
simple-layout-0.3.0 lib/generators/layout/layouts/simple/index.html
simple-layout-0.2.0 test/tmp/public/simple/index.html
simple-layout-0.2.0 lib/generators/layout/layouts/simple/index.html
simple-layout-0.1.2 lib/generators/layout/layouts/simple/index.html
simple-layout-0.1.1 lib/generators/layout/layouts/simple/index.html