console("Hello World!")
<!DOCTYPE html>
<html lang="en">
	<head>
	    <meta charset="UTF-8">
	    <meta name="viewport" content="width=device-width, initial-scale=1.0">
	    <title>Hello World</title>
	    <script src="main.js"></script>
	</head>
	<body>
	    <h1 class="title">Hello World</h1>
	</body>
</html>