FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
nextcloud.com/page-android.php at master · nextcloud/nextcloud.com · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Oct 19, 2022. It is now read-only.
nextcloud
/
nextcloud.com
Public archive
Notifications
You must be signed in to change notification settings
Fork
126
Star
214
Code
Issues
110
Pull requests
8
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
nextcloud.com
/
page-android.php
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (12 loc) · 397 Bytes
Breadcrumbs
nextcloud.com
/
page-android.php
Copy path
File metadata and controls
13 lines (12 loc) · 397 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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>
Back
|
FazBrowse Home
|
New Git URL