mirror of
https://gitee.com/lauix/HFish
synced 2025-02-24 11:42:14 +08:00
132 lines
4.4 KiB
HTML
132 lines
4.4 KiB
HTML
<html lang="zh">
|
|
<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>-->
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex/dist/katex.min.css">
|
|
</head>
|
|
<body>
|
|
<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 class="post-container">
|
|
<div class="post-detail">
|
|
<article class="gt-post-content">
|
|
<div class="post-content">
|
|
|
|
</div>
|
|
</article>
|
|
</div>
|
|
<br>
|
|
|
|
|
|
|
|
|
|
|
|
<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>
|
|
</div>
|
|
</body>
|
|
</html>
|