Compare commits

..

No commits in common. "ai-dev" and "master" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<h1 class="display-4">Hello World</h1> <h1 class="display-4">LAMP Stack 123123</h1>
<p class="lead"><?php echo 'LAMP ok - ';?></p> <p class="lead"><?php echo 'LAMP ok - ';?></p>
<div class="phpinfo"> <div class="phpinfo">
<?php phpinfo(); ?> <?php phpinfo(); ?>

View File

@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
body { body {
background-color: lightblue; background-color: #f8f9fa;
font-family: 'Poppins', sans-serif; font-family: 'Poppins', sans-serif;
color: #000000; color: #000000;
} }