$X_1, X_2, \dots, X_n, \dots$ is a sequence of i.i.d random variables with $E[X_1] = 0$ and $E[X_1^2] = 1$. Show that $$ \max \left(\frac{|X_1|}{\sqrt{n}}, \dots, \frac{|X_n|}{\sqrt{n}}\right) \overset{d}{\to} 0, n \to \infty $$
I attempted to use the continuity theorem. Putting $Y_n = \max \left(\frac{|X_1|}{\sqrt{n}}, \dots, \frac{|X_n|}{\sqrt{n}}\right) $, we can show that the distribution function of $Y_n$ is $$ F_{Y_n}(y) = [F(\sqrt{n}y)]^n, $$ where $F(\cdot)$ is the distribution function of $X_1$. Then the characteristic function of $Y_n$ is $$ \varphi_{Y_n}(t) = \int_{\mathbb{R}} n^{\frac 32} [F(\sqrt{n}y)]^n e^{ity}\,\mathrm{d}F(y) $$ I can only get to this step and don't know how to proceed the proof. Is there an alternative way to prove it? Thanks for any help in advance!