mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-06-19 16:45:18 +00:00
Added About activity
This commit is contained in:
22
app/src/main/assets/about.html
Normal file
22
app/src/main/assets/about.html
Normal 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>
|
Reference in New Issue
Block a user