-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c7099a8
commit 4624885
Showing
6 changed files
with
38 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import Layout from '../components/Layout'; | ||
|
||
TL;DR | ||
|
||
# 本项目旨在技术上提供一种无法删帖、杜绝 404 的可能性。 | ||
|
||
## 保障宪法第二章第三十五条部分条款 | ||
|
||
- transparent infomation on 2019-nCoV by decentralized technology. | ||
- 项目源码 [https://git.io/nCov](https://github.com/DnCov/transparent-info) | ||
- 协议 Gplv3 | ||
|
||
export default ({ children }) => <Layout title="2019 DnCov info"> {children} </Layout>; | ||
|
||
; |
This file was deleted.
Oops, something went wrong.