jeudi 26 août 2021

Simple HTML page to display download links - APK Links not working?

I have created a simple html page called index.htm with download links for easy access.

the following simple code does this:

    <!DOCTYPE html>

<html>
<body>

<h1>Downloads</h1>

<p>

<a href="nixagent.apk">SureMDM</a>

<br>
<br>

<a href="word.apk">Word</a>

<br>
<br>

<a href="excel.apk">Excel</a>

<br>
<br>

<a href="TeamViewer_Host_Setup.exe">Remote Support</a>
</p>

</body>
</html>

in the same location as the index.htm i have all the APK files as well as the teamviewer .exe file

My problem however is that the links for the APK files do not work. I get the error 404 - File or directory not found.

However the link for the teamviewer .exe at the bottom does work. It is interesting to note that the APK files are in the same exact same location as the working .exe




Aucun commentaire:

Enregistrer un commentaire