<head>
    <title>An Awesome Test Page</title>
    <style>
        body {
            color: #fff;
        }
    </style>
</head>
<body>
    This is a test page!
</body>