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> | |
| <title></title> | |
| <!-- CSS --> | |
| <link rel="stylesheet" type="text/css" href="css/style.css" /> | |
| <!--[if IE]> | |
| <link rel="stylesheet" href="css/ie.css" type="text/css" media="screen, projection" /> |
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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <title></title> | |
| <!-- Stylesheets --> | |
| <link rel="stylesheet" type="text/css" href="style/reset.css"> | |
| <link rel="stylesheet" type="text/css" href="style/style.css" media="screen"> | |
| <!-- JavaScript --> |
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
| #!/usr/bin/env sh | |
| ## | |
| # This is script with usefull tips taken from: | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # | |
| # install it: | |
| # curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
| # |
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
| How to add a widget area to your theme. | |
| <div id="sidebar"> | |
| <ul> | |
| <?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar()) : ?> | |
| <li><!-- stuff shown here in case no widgets active --></li> | |
| <?php endif; ?> | |
| </ul> | |
| </div> |
NewerOlder