format home

This commit is contained in:
2023-03-31 20:33:15 -04:00
parent 8af1f50b6a
commit 06933955ad
+13 -21
View File
@@ -1,14 +1,10 @@
<?php
//$home_background= $envID ?>
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<head>
<meta charset="UTF-8" />
<title>Site Data Gate</title>
<meta name="description" content="The small framework with powerful features">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="API GATE" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/png" href="/favicon.ico" />
<!-- STYLES -->
@@ -23,21 +19,17 @@
background-size: cover;
background-position: center;
}
.page_label{
font-size:40px;
color:white;
position:absolute;
.page_label {
font-size: 40px;
color: white;
position: absolute;
}
</style>
</head>
</head>
<body>
<div class="page_label">
<body>
<div class="page_label">
<?php echo ENV_ID ?>
</div>
</body>
</div>
</body>
</html>