Compare commits

..

2 Commits

Author SHA1 Message Date
Flatlogic Bot
27a4163a4e bg-blue 2025-08-25 14:25:28 +00:00
Flatlogic Bot
6d7976e209 hello world 2025-08-25 14:02:27 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
</head>
<body>
<div class="container">
<h1 class="display-4">LAMP Stack 123123</h1>
<h1 class="display-4">Hello World</h1>
<p class="lead"><?php echo 'LAMP ok - ';?></p>
<div class="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');
body {
background-color: #f8f9fa;
background-color: lightblue;
font-family: 'Poppins', sans-serif;
color: #000000;
}