more beauty!

This commit is contained in:
Thies Mueller
2021-01-08 21:48:20 +01:00
parent a859694bd7
commit 97423f3d68
4 changed files with 9 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ $useremail = $_SESSION['email'];
$usergn = $_SESSION['givenName'];
$userln = $_SESSION['lastName'];
echo "Profile of ".$username;
echo '<div class="alert alert-info" role="alert">Profile of '.$username.'</div>';
echo "<br/>";
echo '<table class="table table-dark table-striped" style="width:30%">';
echo "<tr>";