<!DOCTYPE html>
<html>
<head>
<title>HTML JavaScript Example</title>
</head>
<body>
<h1>HTML JavaScript Example</h1>
<script>
// alert('Hello, world!');
</script>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.