1<!DOCTYPE html> 2<html> 3<head> 4 <title>My Simple Server</title> 5</head> 6<body> 7 <h1>Welcome to my simple server!</h1> 8 <p>This is a simple HTML file.</p> 9</body> 10</html> 11