/ Published in: HTML
blank xhtml template from NetBeans 6,9 with load all google AJAX Libraries API
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <script type="text/javascript"> google.load("jquery", "1.4.2"); google.load("jqueryui", "1.8.2"); google.load("prototype", "1.6.1.0"); google.load("scriptaculous", "1.8.3"); google.load("mootools", "1.2.4"); google.load("dojo", "1.4.3"); google.load("swfobject", "2.2"); google.load("yui", "2.8.1"); google.load("ext-core", "3.1.0"); google.load("chrome-frame", "1.0.2"); google.load("webfont", "1.0.4"); </script> </head> <body> <p> TODO write content </p> </body> </html>