diff options
author | mayx | 2025-04-29 16:00:02 +0000 |
---|---|---|
committer | mayx | 2025-04-29 16:00:02 +0000 |
commit | b818d1db8e48b418473934ee6c3e70f12b023dc8 (patch) | |
tree | 61fe9ba1f3421453d86abd503c6bf838351a2b6c /search.html | |
parent | a56d77a472dd168e5b8660ae86a552c6ef69a7f8 (diff) |
Update 3 files
- /_layouts/default.html - /index.html - /search.html
Diffstat (limited to 'search.html')
-rw-r--r-- | search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/search.html b/search.html index dec9593..323d8fe 100644 --- a/search.html +++ b/search.html @@ -8,7 +8,7 @@ title: 搜索 <p>很遗憾,IE搜不了捏~</p> <![endif]--> <!--[if !IE]> --> -<p>Keyword: <input type="text" id="search-input" placeholder="Search blog posts.."> <img src="/images/loading.svg" id="search-loading" style="width:22px;vertical-align: bottom"></p> +<p>Keyword: <input type="text" id="search-input" placeholder="Search blog posts.." /> <img src="/images/loading.svg" alt="Loading..." id="search-loading" style="width:22px;vertical-align: bottom" /></p> <ul id="results-container"></ul> <script src="/assets/js/simple-jekyll-search.min.js"></script> <script> |