/ Published in: Other
Expand |
Embed | Plain Text
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>JQuery Loader</title> <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js'></script> <link rel="stylesheet" href="<?php echo bloginfo('template_url'); ?>/css/queryLoader.css" type="text/css" /> <script type='text/javascript' src='<?php echo bloginfo('template_url'); ?>/js/queryLoader.js'></script> </head> <body> <script type='text/javascript'> QueryLoader.init(); </script> </body> </html>
You need to login to post a comment.
