This file contains 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
<style type="text/css"> | |
body { | |
font-size: 10pt; | |
line-height: 1.2em | |
} | |
</style> |
This file contains 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
<!-- PNG --> | |
<link rel="icon" type="image/png" href="http://www.example.com/png-favicon.png" /> | |
<!-- JPG --> | |
<link rel="icon" type="image/jpeg" href="/jpeg-favicon.jpg" /> | |
<!-- GIF --> |
This file contains 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
<script type="text/javascript"> | |
jQuery('document').ready(function($) { | |
// Handler for .ready() called. | |
}); | |
</script> |
This file contains 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
<script type="text/javascript" src="js/jquery-1.7.2.min.js"></script> | |
<link type="text/css" rel="stylesheet" media="all" href="http://domain.com/css/style.css" /> |