Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<cfoutput>#cgi.script_name#?#cgi.query_string#</cfoutput>
<cfoutput>#cgi.server_name##cgi.script_name#?#cgi.query_string#</cfoutput>
<cfoutput>http<cfif cgi.HTTPS EQ 'Yes'>s</cfif>://#cgi.server_name##cgi.path_info#<cfif cgi.query_string NEQ ''>?#cgi.query_string#</cfif></cfoutput>