[init] initial commit

This commit is contained in:
git
2023-06-03 15:58:09 +08:00
commit 6b53719306
182 changed files with 29167 additions and 0 deletions

16
offline.html Normal file
View File

@ -0,0 +1,16 @@
---
layout: default
title: Offline
hide-in-nav: true
description: "阅读过的页面可以在离线时访问哦 ;)"
header-img: "img/404-bg.jpg"
permalink: /offline.html
---
<!-- Page Header -->
{% include intro-header.html type="page" %}
<script>
document.body.classList.add('page-fullscreen');
</script>