After uploading the master folder to the server, the plugin does not work. Remove the first backslash in the script src, and it works. Change ``` <script src="/src/jquery.typer.js"></script> ``` to ``` <script src="src/jquery.typer.js"></script> ```