<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <defaultDocument>
            <files>
                <add value="Beauty &amp; Bravado, index.html" />
                <add value="Beauty%20&amp;%20Bravado,%20Introduction.html" />
            </files>
        </defaultDocument>
    </system.webServer>
</configuration>
