/ Published in: HTML
Just a bit of essential code lines to start everytime from. // I don't use it :P
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!DOCTYPE html> <html lang="en"> <head> <meta name="author" content=" "> <meta name="designer" content=" "> <meta name="generator" content=" "> <meta name="description" content=""> <meta name="abstract" content=""> <meta name="keywords" content=""> <!--[if ie]><![endif]--> <!--[if lte IE 8]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <style type="text/css"> img{-ms-interpolation-mode: bicubic} </style> <![endif]--> <link rel="shortcut icon" href="./layout/images/favicon.ico"> <link rel="apple-touch-icon" href="./layout/images/apple-touch-icon-precomposed.png"> <!--114x114 .png no transparent bg--> <link rel="stylesheet" href="./layout/main.css" charset="utf-8" media="all"> <meta name="language" content="it"> </head> <body> <script >!window.jQuery && document.write('<script src="script/jquery-1.6.1.min.js"><\/script>')</script> <script src="./script/allcode.js"></script> </body> </html>