Added About activity

This commit is contained in:
Pierre HUBERT
2018-08-22 11:41:47 +02:00
parent ff078e9550
commit 5f6d7d8e1f
10 changed files with 219 additions and 1 deletions

View File

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body {
text-align: justify;
}
</style>
</head>
<body>
<p>Comunic is an OpenSource social network built by Pierre HUBERT since 2014. The
purpose of this project is to offer a social network that respect the privacy of its
users.</p>
<p>The OpenSource Android Application development started on 2017.</p>
<p>This project is licensed under the MIT License. You can retrieve the source code
of this application and all the Comunic components on
<a href="https://github.com/pierre42100">GitHub</a></p>
</body>
</html>