diff --git a/Encoded-.ini-files-that-prints-out-a-url.md b/Encoded-.ini-files-that-prints-out-a-url.md new file mode 100644 index 0000000..e8c7daf --- /dev/null +++ b/Encoded-.ini-files-that-prints-out-a-url.md @@ -0,0 +1,15 @@ +You can print any site your throw at it by making a custom .ini like text file. + +# Example config: +``` +# Prints out website link instead of the ini file contents +[htmlrender] + +url=https://example.com +``` +`[htmlrender]` - header of the HTML print file +`url=https://example.com` - specify a url to visit which site you want + +# Instructions on how to use it: + +### upload the file on the WebGUI and click upload, the backend will do the rest.