<!DOCTYPE html>
<html>
<head>
<style>
body { font-family: Arial; text-align: center; }
h1 { color: red; }
</style>
</head>
<body>
<h1>Hello, Programmer!</h1>
<script>
console.log("Script Running!");
</script>
</body>
</html>
0 Comments