-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtemplate.html
More file actions
55 lines (55 loc) · 4.04 KB
/
Copy pathtemplate.html
File metadata and controls
55 lines (55 loc) · 4.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!-- -*- conding: utf-8 -*- -->
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="renderer" content="webkit">
<meta name="force-rendering" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="theme-color" content="#111827">
<meta name="color-scheme" content="dark light">
<meta name="format-detection" content="telephone=no, email=no, address=no">
<meta name="author" content="%%author%%">
<meta name="keywords" content="红蓝灯, RBL, %%keywords%%">
<meta http-equiv="Content-Language" content="zh-CN">
<meta name="robots" content="all">
<meta name="description" content="%%description%%">
<meta name="generator" content="PTools">
<meta property="og:type" content="website">
<meta property="og:site_name" content="红蓝灯的秘密基地">
<meta property="og:title" content="%%title%% - 红蓝灯的秘密基地">
<meta property="og:description" content="%%description%%">
<meta property="og:url" content="%%url%%">
<meta property="og:image" content="https://cn-rbl.github.io/include/logo.ico">
<meta name="twitter:card" content="summary_large_image">
<link rel="canonical" href="%%url%%">
<title>%%title%% - 红蓝灯的秘密基地</title>
<script src="../include/script.js"></script>
<link href="../include/style.css" rel="stylesheet">
<link href="../include/logo.ico" rel="icon">
</head>
<body class="line-numbers">
<nav id="topnav">
<div class="nav-inner">
<a href="../index.html"><span class="nav-icon" aria-hidden="true"><svg viewBox="0 0 24 24"><path d="M3 10.5 12 3l9 7.5"/><path d="M5 9.5V20h14V9.5"/><path d="M9 20v-6h6v6"/></svg></span><span>首页</span></a>
<a href="../project.html"><span class="nav-icon" aria-hidden="true"><svg viewBox="0 0 24 24"><path d="M3 7.5A2.5 2.5 0 0 1 5.5 5h3.2l1.4 2h8.4A2.5 2.5 0 0 1 21 9.5v7A2.5 2.5 0 0 1 18.5 19h-13A2.5 2.5 0 0 1 3 16.5z"/><path d="M9 12h6"/></svg></span><span>项目</span></a>
<a href="../column.html"><span class="nav-icon" aria-hidden="true"><svg viewBox="0 0 24 24"><path d="M5 4.5h10a3 3 0 0 1 3 3v12l-4-2-4 2-4-2-4 2v-12a3 3 0 0 1 3-3Z"/><path d="M8 8h7M8 12h7"/></svg></span><span>专栏</span></a>
<a href="../articles.html"><span class="nav-icon" aria-hidden="true"><svg viewBox="0 0 24 24"><path d="M5 4.5h9l5 5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6.5a2 2 0 0 1 2-2Z"/><path d="M14 4.5v5h5"/><path d="M8 12h8M8 16h8"/></svg></span><span>文章</span></a>
<a href="../about.html"><span class="nav-icon" aria-hidden="true"><svg viewBox="0 0 24 24"><path d="M12 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z"/><path d="M4 20a8 8 0 0 1 16 0"/></svg></span><span>关于</span></a>
<a href="https://github.com/CN-RBL" target="_blank" rel="noopener noreferrer"><span class="nav-icon" aria-hidden="true"><svg viewBox="0 0 24 24"><path d="M9 18c-4 1.2-4-2-5-2M15 22v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77 5.44 5.44 0 0 0 3.56 9c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"/></svg></span><span>我的GitHub</span></a>
<a href="https://space.bilibili.com/3546389388724715" target="_blank" rel="noopener noreferrer"><span class="nav-icon" aria-hidden="true"><svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="13" rx="2"/><path d="M10 9.5 15 12l-5 2.5z"/></svg></span><span>我的B站</span></a>
</div>
</nav>
<div id="nav-spacer" aria-hidden="true"></div>
<div id="main">
%%content%%
</div>
<div id="copyright">
<p class="chinese">© 2026 红蓝灯 保留所有权利才怪</p>
<p class="english">© 2026 RBL All rights reserved? Hardly.</p>
<p class="english">Best view at 1528x740</p>
<p class="english">Power by PTools</p>
</div>
</body>
</html>