From 1f1badebe3eb0003b9e907fbedd20bfaabf4ecc4 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Fri, 6 Aug 2021 09:08:45 +0700 Subject: [PATCH] Add index.html --- init.sh | 1 + public/favicon.ico | 0 public/index.html | 26 ++++++++++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 public/favicon.ico create mode 100644 public/index.html diff --git a/init.sh b/init.sh index 5933c93..3174efc 100644 --- a/init.sh +++ b/init.sh @@ -1,3 +1,4 @@ +composer install --no-dev if [ ! -d "./phpmyadmin" ]; then git clone https://github.com/phpmyadmin/phpmyadmin.git phpmyadmin -b STABLE --depth 1 cd ./phpmyadmin diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..e69de29 diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..7307646 --- /dev/null +++ b/public/index.html @@ -0,0 +1,26 @@ + + + + + + + + Hello, world! + + + + +

If you can see this, then this server is fully operational.

+ + + \ No newline at end of file