From RuneGlory
Line 4: | Line 4: | ||
<html><script> | <html><script> | ||
− | + | document.onload = function() { | |
$( "<nav>Navigation bar</nav>" ).appendTo( "body" ); | $( "<nav>Navigation bar</nav>" ).appendTo( "body" ); | ||
− | } | + | } |
</script></html> | </script></html> |
Revision as of 18:08, 19 March 2016
6