Skip to content

Instantly share code, notes, and snippets.

@fahdi
Created July 31, 2022 12:15
Show Gist options
  • Save fahdi/acc646e54a8bc4da3e89038a34150fdb to your computer and use it in GitHub Desktop.
Save fahdi/acc646e54a8bc4da3e89038a34150fdb to your computer and use it in GitHub Desktop.
Hello World
<html>
<head>
</head>
<body>
<div id="message"></div>
</body>
</html>
document.getElementById("message").innerHTML = "Hello, World"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment