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

page-signup-ios.php - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5bbf6d881fac54496a9b3e8c6164871a790383e6 (plain)
1
2
3
4
5
6
7
8
<head>
    <style>
    nav, footer {
        display: none !important;
    }
    </style>
</head>
<?php require __DIR__."/page-signup.php"; ?>