<!DOCTYPE html>
<html lang="en">

<head>
    <title>From Text</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body>
    <h1>This is served from a test file and cast to html</h1>
    <p>Enjoy :)</p>
</body>

</html>
