Created
September 20, 2017 09:10
-
-
Save mrHiker/51be5fe788beff5295d4b174ea3d5d2a 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> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <link rel="profile" href="http://gmpg.org/xfn/11"> | |
| <title>Title</title> | |
| </head> | |
| <body> | |
| <header id="masthead" class="site-header" role="banner"> | |
| <div class="site-branding"></div> | |
| <div class="main-menu"> | |
| <nav id="site-navigation" class="primary-navigation" role="navigation"></nav> | |
| </div> | |
| </header> | |
| <div id="content" class="site-content"> | |
| <div id="primary" class="content-area"> | |
| <main id="main" class="site-main" role="main"> | |
| <!-- <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> | |
| <header class="entry-header"> | |
| <div class="container"> | |
| <div class="fl-module-content"> | |
| <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> | |
| </div> | |
| </div> | |
| </header> | |
| <div class="entry-content"></div> | |
| </article> --> | |
| </main> | |
| </div> | |
| </div> | |
| <footer></footer> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment