/ Published in: HTML
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!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>