Skip to content

Commit 4e6749a

Browse files
authored
Update index.html
1 parent 9d1cad7 commit 4e6749a

1 file changed

Lines changed: 27 additions & 2 deletions

File tree

index.html

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8">
4+
<meta charset="UTF-8" />
55
<title>J4DocSearch</title>
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<style>
88
body {
99
font-family: "Segoe UI", sans-serif;
@@ -16,6 +16,23 @@
1616
h1, h2 {
1717
color: #222;
1818
}
19+
.logo {
20+
max-width: 128px;
21+
margin-bottom: 1em;
22+
}
23+
.download-button {
24+
display: inline-block;
25+
margin: 1em 0;
26+
padding: 0.8em 1.4em;
27+
background-color: #007acc;
28+
color: white;
29+
text-decoration: none;
30+
font-weight: bold;
31+
border-radius: 5px;
32+
}
33+
.download-button:hover {
34+
background-color: #005fa3;
35+
}
1936
pre {
2037
background-color: #f4f4f4;
2138
padding: 1em;
@@ -29,10 +46,18 @@
2946
</head>
3047
<body>
3148

49+
<!-- ✅ 로고 이미지 (GitHub에 함께 업로드한 PNG나 ICO 등 사용) -->
50+
<img src="j4docsearch.png" alt="J4DocSearch Logo" class="logo" />
51+
3252
<h1>📘 J4DocSearch</h1>
3353
<p><strong>J4DocSearch</strong> is a high-speed desktop document indexing and search tool designed for Windows environments. It monitors your local drives in real time and enables fast keyword-based search across supported document types.</p>
3454
<p>This standalone, lightweight application requires no external server or database. It is especially useful for users who manage a large volume of documents or frequently need to access document contents quickly.</p>
3555

56+
<!-- ✅ 최신 릴리즈 다운로드 버튼 -->
57+
<a href="https://github.com/your-username/your-repo/releases/latest" class="download-button" target="_blank">
58+
⬇️ Download Latest Version
59+
</a>
60+
3661
<h2>🔍 Supported File Types</h2>
3762
<ul>
3863
<li><code>.docx</code> – Microsoft Word (OOXML)</li>

0 commit comments

Comments
 (0)