Skip to content

Instantly share code, notes, and snippets.

@marcoscastro
Last active January 1, 2016 10:09
Show Gist options
  • Save marcoscastro/8129770 to your computer and use it in GitHub Desktop.
Save marcoscastro/8129770 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Hello GeeksBR!</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="helloworld.js">
</script>
</head>
<body onload="hello_javascript()">
<p>Hello</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment