I tried to display math equation using jqMath in App Inventor using tutorial from Displaying Math Formulas (google.com). The WebViewer display ERR_FILE_NOT_FOUND. The same thing happens when using the aia file in the tutorial.
I have changed the URL in GoToUrl to http://localhost/formula.htm. The WebViewer no longer display ERR_FILE_NOT_FOUND. It is now showing 404 Not Found.
New version
<link rel="stylesheet" href="**http://localhost**/jqmath-0.4.3.css">
<script src="**http://localhost**/jquery-1.4.3.min.js"></script>
<script src="**http://localhost**/jqmath-etc-0.4.6.min.js" charset="utf-8"></script>
Old version
<link rel="stylesheet" href="**file:///mnt/sdcard**/AppInventor/assets/jqmath-0.4.3.css">
<script src="**file:///mnt/sdcard/AppInventor/assets**/jquery-1.4.3.min.js"></script>
<script src="**file:///mnt/sdcard/AppInventor/assets**/jqmath-etc-0.4.6.min.js" charset="utf-8"></script>