/ Published in: HTML
Expand |
Embed | Plain Text
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title> title </title> <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> <link rel="stylesheet" type="text/css" media="screen" href="style.css" /> <script type="text/javascript" charset="utf-8"> $(function(){ }); </script> </head> <body> </body> </html>
Comments
Subscribe to comments
You need to login to post a comment.

Just a blank template for a new HTML page...has code for favicon, jQuery, and a CSS style sheet...
Be sure the path's for favicon, jQuery, and style sheet are valid for your needs!!!