format home
This commit is contained in:
@@ -1,43 +1,35 @@
|
|||||||
<?php
|
|
||||||
//$home_background= $envID ?>
|
|
||||||
?>
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<title>Site Data Gate</title>
|
||||||
|
<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" />
|
||||||
|
|
||||||
<head>
|
<!-- STYLES -->
|
||||||
<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">
|
|
||||||
<link rel="shortcut icon" type="image/png" href="/favicon.ico" />
|
|
||||||
|
|
||||||
<!-- STYLES -->
|
<style>
|
||||||
|
html,
|
||||||
|
body {
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
background-color: #141029;
|
||||||
|
background-image: url(<?=$home_background?>);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
.page_label {
|
||||||
|
font-size: 40px;
|
||||||
|
color: white;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
<style>
|
<body>
|
||||||
html,
|
<div class="page_label">
|
||||||
body {
|
<?php echo ENV_ID ?>
|
||||||
text-rendering: optimizeLegibility;
|
</div>
|
||||||
background-color: #141029;
|
</body>
|
||||||
background-image: url(<?=$home_background?>);
|
</html>
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: cover;
|
|
||||||
background-position: center;
|
|
||||||
}
|
|
||||||
.page_label{
|
|
||||||
font-size:40px;
|
|
||||||
color:white;
|
|
||||||
position:absolute;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<div class="page_label">
|
|
||||||
<?php echo ENV_ID ?>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user