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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ncp-app/templates/index.php')
-rw-r--r--ncp-app/templates/index.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/ncp-app/templates/index.php b/ncp-app/templates/index.php
new file mode 100644
index 00000000..fb7d6d92
--- /dev/null
+++ b/ncp-app/templates/index.php
@@ -0,0 +1,11 @@
+<?php
+script('nextcloudpi', 'script');
+style('nextcloudpi', 'style');
+?>
+
+
+<div id="ncp-message-wrapper">
+ <div id="ncp-message">
+ Opening NextCloudPi Web Panel ...
+ </div>
+</div>