Created
July 23, 2013 22:07
-
-
Save daniartavia/6066590 to your computer and use it in GitHub Desktop.
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
<? | |
$head = " | |
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/> | |
<link href=\"css/style.css\" rel=\"stylesheet\" type=\"text/css\"/> | |
<link href=\"css/main.css\" rel=\"stylesheet\" type=\"text/css\"/> | |
<script type='text/javascript' src='Scripts/jquery-1.3.2.min.js'></script> | |
<!-- Tooltip --> | |
<script type=\"text/javascript\" src=\"Scripts/jquery.tipsy.js\"></script> | |
<!-- fade in/fade out --> | |
<script type=\"text/javascript\" src=\"Scripts/jquery.innerfade.js\"></script> | |
<!-- Featured list --> | |
<script type=\"text/javascript\" src=\"Scripts/jquery.featureList-1.0.0.js\"></script> | |
"; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment