Skip to content

Commit

Permalink
Atcual fix of files download and images
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavle012 committed Aug 17, 2024
1 parent efaaf2b commit c676dbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project1/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ <h1>Project 1: [Project Name]</h1>
<h2>About the Project</h2>
<p>[Detailed description of the project]</p>
<h2>Screenshots</h2>
<img src="project1/screenshot1.png" alt="Screenshot 1">
<img src="../project1/screenshot1.png" alt="Screenshot 1">

<h2>Download</h2>
<a href="project1/MySite.apk" download>Download APK</a>
<a href="../project1/MySite.apk" download>Download APK</a>
<h2>Open source!</h2>
<a href="project1/MySite.aia" download>Download AIA</a>
<a href="../project1/MySite.aia" download>Download AIA</a>
</section>
</main>

Expand Down

0 comments on commit c676dbb

Please sign in to comment.