Skip to content

Commit caa52d2

Browse files
authored
Merge pull request #13 from marcominerva/copilot/fix-12
Add GitHub repository link to landing page
2 parents 3cd2295 + 34c36ed commit caa52d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/PdfSmith/wwwroot/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<a href="#features">Features</a>
1616
<a href="#api">API</a>
1717
<a href="/swagger">Documentation</a>
18+
<a href="https://github.com/marcominerva/PdfSmith" target="_blank" rel="noopener noreferrer">GitHub</a>
1819
</div>
1920
</nav>
2021
</header>
@@ -27,6 +28,7 @@ <h1>Dynamic PDF Generation Made Simple</h1>
2728
<div class="cta-buttons">
2829
<a href="/swagger" class="btn btn-primary">Explore API</a>
2930
<a href="#features" class="btn btn-secondary">Learn More</a>
31+
<a href="https://github.com/marcominerva/PdfSmith" target="_blank" rel="noopener noreferrer" class="btn btn-secondary">View on GitHub</a>
3032
</div>
3133
</div>
3234
</section>
@@ -109,6 +111,7 @@ <h2>Quick Start Example</h2>
109111
<footer>
110112
<div class="container">
111113
<p>&copy; 2025 PDF Smith. Built with ❤️ using ASP.NET Core</p>
114+
<p style="margin-top: 0.5rem;"><a href="https://github.com/marcominerva/PdfSmith" target="_blank" rel="noopener noreferrer" style="color: white; text-decoration: underline;">View on GitHub</a></p>
112115
</div>
113116
</footer>
114117

0 commit comments

Comments
 (0)