Welcome to mirror list, hosted at ThFree Co, Russian Federation.

page-android.php - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 571e1642a0346a8920a5fb2d667859f2a2a3db9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="page-header">
	<h1><?php
 echo $l->t('Nextcloud Android Client');?></h1>
</div>
<h2><?php
 echo $l->t('Get it');?></h2>
<p><?php
 echo $l->t('Find the Nextcloud Android Client <a href="/install">on our install page</a>.');?></p>

<h2><?php
 echo $l->t('Find Help');?></h2>
<p><?php
 echo $l->t('Find help in <a href="https://doc.nextcloud.org/android/">our documentation</a>.');?></p>