Skip to content

Instantly share code, notes, and snippets.

@luisSanchezCruz
Created October 9, 2016 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luisSanchezCruz/c70c97681f9f4fb6de1cef359e53e2eb to your computer and use it in GitHub Desktop.
Save luisSanchezCruz/c70c97681f9f4fb6de1cef359e53e2eb to your computer and use it in GitHub Desktop.
<DOCTYPE html>
<html lang="en">
<head>
<title>hello world</title>
</head>
<body>
<h1>hellow world</h1>
<button onclick="alert('hellow world')">Click on me!</button>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment