cscotta (owner)

Revisions

gist: 52508 Download_button fork
public
Public Clone URL: git://gist.github.com/52508.git
Embed All Files: show embed
index.html #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
  <head>
    <title>My Application</title>
  </head>
  <body>
    <div id="header">
      <div id="branding">(Name, logo, etc. here)</div>
      <div id="nav">(Navigation)</div>
    </div>
    <div id="content" class="column">(Main app content)</div>
    <div id="sidebar" class="column">(Sidebar content, if you have one)</div>
    <div id="footer"></div>
  </body>
</html>