/multiply -- multiplies two integers together and displays the result
-----num1: one of two numbers that will be multiplied
-----num2: the second of two numbers that will be multiplied
-----https://smboyce1.duckdns.org/multiply?num1=1&num2=5
/textSize -- takes in text as a parameter and applies an html header to it to change its size
-----text: string to be displayed as text
-----size: string denoting HTML header size (h1-h6)
-----https://smboyce1.duckdns.org/textSize?text=hello&size=h1