Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shanutthankachan/0c9d70966e954ed0831c to your computer and use it in GitHub Desktop.
Save shanutthankachan/0c9d70966e954ed0831c to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Theme Name</title>
<link rel="stylesheet" href="<?php bloginfo('style.css'); ?>">
<!-- Bootsatrp minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<?php wp_head(); ?>
</head>
<body>
<div class="container">
<div class="row">
<h2>Header- Logo - Menu-</h2>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment