mirror of
https://gitee.com/lauix/HFish
synced 2025-02-24 19:52:18 +08:00
140 lines
5.2 KiB
HTML
140 lines
5.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta name="description" content=""/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
|
|
<title>搜索 - HFish</title>
|
|
|
|
<link rel="shortcut icon" href="http://localhost:4000/favicon.ico?v=1625471904515">
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/all.min.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="http://localhost:4000/styles/main.css">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.0/dist/css/bootstrap.min.css">
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/@highlightjs/cdn-assets/highlight.min.js"></script>
|
|
<script src="https://cdn.bootcss.com/highlight.js/9.15.10/languages/dockerfile.min.js"></script>
|
|
<script src="https://cdn.bootcss.com/highlight.js/9.15.10/languages/dart.min.js"></script>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/moment@2.27.0/moment.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.0/dist/js/bootstrap.min.js"></script>
|
|
<!-- DEMO JS -->
|
|
<!--<script src="media/scripts/index.js"></script>-->
|
|
|
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/fuse.js@6.4.0/dist/fuse.basic.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/ejs@3.1.3/ejs.min.js"></script>
|
|
<script src="http://localhost:4000/media/gridea-search/gridea-search.js"></script>
|
|
<script src="http://localhost:4000/media/gridea-search/result-template.ejs" type="text/ejs"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<style>
|
|
.searched-keyword {
|
|
background-color: yellow;
|
|
color: red;
|
|
}
|
|
</style>
|
|
<div class="main gt-bg-theme-color-first">
|
|
<nav class="navbar navbar-expand-lg">
|
|
<div class="navbar-brand">
|
|
<div class="site-name gt-c-content-color-first">
|
|
HFish
|
|
</div>
|
|
</div>
|
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
|
|
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
|
<i class="fas fa-bars gt-c-content-color-first" style="font-size: 18px"></i>
|
|
</button>
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<div class="navbar-nav mr-auto" style="text-align: center">
|
|
|
|
<div class="nav-item">
|
|
|
|
<a href="http://localhost:4000/" class="menu gt-a-link">
|
|
首页
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div class="nav-item">
|
|
|
|
<a href="http://localhost:4000/archives" class="menu gt-a-link">
|
|
归档
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div class="nav-item">
|
|
|
|
<a href="http://localhost:4000/tags" class="menu gt-a-link">
|
|
标签
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div class="nav-item">
|
|
|
|
<a href="http://localhost:4000/post/about" class="menu gt-a-link">
|
|
关于
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<div style="text-align: center">
|
|
<form id="gridea-search-form" style="position: relative" data-update="1625471904515" action="/search/index.html">
|
|
<input class="search-input" autocomplete="off" spellcheck="false" name="q" placeholder="搜索文章" />
|
|
<i class="fas fa-search gt-c-content-color-first" style="position: absolute; top: 9px; left: 10px;"></i>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<div id="gridea-search-result" data-update="1625471904515">
|
|
<div class="searching" style="font-size: 18px; margin-top: 50px;">
|
|
<i class="fa fa-sync-alt fa-spin"></i> 搜索中......
|
|
<br><br>
|
|
<span style="font-size: 65%; color: #aaa">第一次搜索可能需要耗费较长时间构建索引,请耐心等待...</span>
|
|
</div>
|
|
<div class="no-result" style="display:none; font-size: 20px; margin-top: 50px;">
|
|
<i class="fa fa-exclamation-triangle"></i> 未搜索到相关文章,请更换关键词
|
|
</div>
|
|
</div>
|
|
<div class="site-footer gt-c-content-color-first">
|
|
<div class="slogan gt-c-content-color-first">做一款大家喜欢的产品,是一件很开心的事情。</div>
|
|
<div class="social-container">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
<div class="footer-info">
|
|
Powered by <a href="https://hfish.io" target="_blank">HFish.io</a> |
|
|
<a class="rss" href="http://localhost:4000/atom.xml" target="_blank">RSS</a>
|
|
</div>
|
|
</div>
|
|
|
|
<script>
|
|
hljs.initHighlightingOnLoad()
|
|
</script>
|
|
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|