Skip to content

Instantly share code, notes, and snippets.

@caubry
Last active December 15, 2015 05:49
Show Gist options
  • Save caubry/5212243 to your computer and use it in GitHub Desktop.
Save caubry/5212243 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>TITLE</title>
<script>
function myfunction()
{
alert("javascript is working!");
}
</script>
</head>
<body>
<div align="center">I love this app<div>
<button type="button" onclick="myfunction()">test js</button>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment