Last active
December 11, 2015 12:38
-
-
Save media317/4601782 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <title>get_title</title> | |
| <meta name="description" content=""> | |
| <meta name="viewport" content="width=device-width"> | |
| <link rel="stylesheet" href="childtheme/style.css"> | |
| <link rel="shortcut icon" href="childtheme/images/favicon.ico"> | |
| </head> | |
| <body class="page"> | |
| <header> | |
| <title> | |
| </title> | |
| <nav> | |
| <ul id="menu-primary-navigation" class="menu-primary"> | |
| <li><a href="#">Primary Link 1</a></li> | |
| <li><a href="#">Primary Link 2</a></li> | |
| </ul> | |
| </nav> | |
| <nav id="subnav"> | |
| <ul id="menu-secondary-navigation" class="menu-secondary"> | |
| <li><a href="#">Seconday Link 1</a></li> | |
| <li><a href="#">Secondary Link 2</a></li> | |
| </ul> | |
| </nav> | |
| </header> | |
| <section id="inner"> | |
| <div id="content-sidebar-wrap"> | |
| <article> | |
| <header> | |
| <h1 class="entry-title">Page Title</h1> | |
| <p>Posted on <time datetime="2009-09-04T16:31:24+02:00">January 21, 2013</time> by <a href="#">Writer</a> - <a href="#comments">6 comments</a></p> | |
| <p>Content</p> | |
| </header> | |
| </article> | |
| <aside id="sidebar" class="sidebar widget-area"> | |
| <div id="text"> | |
| <h4>Widget Title</h4> | |
| <p class=textwidget>widget text widget content</p> | |
| </div> | |
| </aside> | |
| </div> | |
| </section> | |
| <footer> | |
| <section id="footer-widgets"> | |
| <div id="text"> | |
| <h4>Widget Title</h4> | |
| <p class=textwidget>widget text widget content</p> | |
| </div> | |
| <section> | |
| </footer> | |
| </body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment