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
+11
View File
@@ -129,6 +129,17 @@ const Home = () => {
</li>
</ul>
</Footer>
<div style={{
textAlign: "center",
fontSize: "11px",
marginBottom: "1em",
}}>
Plebchan is free and open-source software distributed under GPL-2.0 license.
<br />
<br />
<br />
v.0.1.0
</div>
</Container>
</>
)