--- sidebar_position: 5 --- # Example Files ## index.html ```html title="index.html" My Server

Welcome to my server

``` ## 404.html ```html title="404.html" 404 Not Found

404 Not Found

``` ## not_supported.html ```html title="not_supported.html" Not Supported

Not Supported

``` ## favicon.ico/.png Add a website icon named `favicon` to the root webserver directory.