If you want to align brand to your left and all the navbar-items to right, change the default
mr-auto
to ml-auto
<ul class="navbar-nav ml-auto">
mr-auto
to ml-auto
<ul class="navbar-nav ml-auto">
sudo apt-get install apache2 -y
cd /var/www/html
ls -al
sudo service apache2 restart
sudo apt-get install php libapache2-mod-php -y
sudo rm index.html
sudo leafpad index.php
sudo apt-get install mysql-server php-mysql -y
sudo service apache2 restart