added versioning and license info

This commit is contained in:
plebbitor
2023-04-22 13:11:42 +02:00
parent 44d6567e17
commit 103ff3fa6a
5 changed files with 32 additions and 1 deletions
+10
View File
@@ -43,6 +43,16 @@ const NotFound = ({ setBodyStyle }) => {
}}></img>
</Boards>
</Page>
<div style={{
marginTop: "25px",
textAlign: "center",
fontSize: "11px",
marginBottom: "1em",
}}>
v.0.1.0
<br />
Plebchan is free and open-source software distributed under GPL-2.0 license.
</div>
</Container>
</>
);