diff --git a/views/site_files/allowed_types.erb b/views/site_files/allowed_types.erb index c2e6cbd1..f69994c8 100644 --- a/views/site_files/allowed_types.erb +++ b/views/site_files/allowed_types.erb @@ -6,6 +6,9 @@

Currently Allowed File Types

+ +

Neocities is best with files that are used for making static HTML web sites, such as:

+

+

This is not a complete list of the file types we support, but it is still recommended that you focus on files used for making web sites. The full list of supported file extensions is:

+ +

+ <%= Site::VALID_EXTENSIONS.sort.join("\n") %> +

+

In addition, we have measures in place to prevent hotlinking of content from non-Neocities sites.

Why are there restricted file types?