Skip to content

Commit d699daa

Browse files
authored
Update index.html
1 parent 749d1da commit d699daa

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,22 @@
3737
font-size: 0.9em;
3838
color: #666;
3939
}
40+
.screenshot {
41+
margin-top: 1em;
42+
max-width: 100%;
43+
border: 1px solid #ccc;
44+
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
45+
}
4046
footer {
4147
margin-top: 2em;
4248
border-top: 1px solid #ccc;
4349
padding-top: 1em;
4450
font-size: 0.95em;
4551
}
52+
.download-info {
53+
font-size: 0.9em;
54+
color: #555;
55+
}
4656
</style>
4757
</head>
4858
<body>
@@ -56,6 +66,9 @@ <h1>📘 J4DocSearch</h1>
5666
<a href="https://github.com/j4docsearch/j4docsearch/releases/latest" class="download-button" target="_blank">
5767
⬇️ Download Latest Version
5868
</a>
69+
<p class="download-info">📦 Download count available on GitHub Release page</p>
70+
71+
<img src="screenshot.png" alt="J4DocSearch Screenshot" class="screenshot" />
5972

6073
<h2>🚀 How It Works</h2>
6174
<ul>

0 commit comments

Comments
 (0)