Mi codigo:
Código HTML:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame Remove this if you use the .htaccess --> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>HTML</title> <meta name="description" content="" /> <meta name="author" content="Maria Teresa" /> <!--<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>--> <script src="kinetic.min.js"></script> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <!-- Replace favicon.ico & apple-touch-icon.png in the root of your domain and delete these references --> <link rel="shortcut icon" href="/favicon.ico" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> </head> <body> <script src="GE.js" defer="defer"></script> <script defer="defer"> alert(sergio); </script> </body> </html>
Gracias