tech4biz/old-13212313213254658news.php
2024-10-25 17:11:31 +05:30

81 lines
1.6 KiB
PHP

<?PHP
require_once "./admin/db/config.php";
?>
<!doctype html>
<html lang="en">
<head>
<?PHP include './includes/links.php'; ?>
<link rel="canonical" href="<?php echo $BASE_URL; ?>/old-13212313213254658news">
<title>News - Tech4Biz Solutions - Excellence Guaranteed</title>
</head>
<body>
<?PHP include './includes/spinner.php'; ?>
<?PHP include './includes/header.php'; ?>
<div class="container ptb-100">
<div class="wrapper">
<div class="content">
<div class="item-coming">
<h1 class="coming-soon-title">COMING SOON</h1>
<p class="under-construction">This page is under construction.</p>
</div>
</div>
</div>
</div>
<style>
.coming-soon-title {
margin: 0;
font-family: 'Montserrat', sans-serif;
font-size: 4em;
color: #333;
-webkit-text-shadow: 0 2px 1px rgba(0, 0, 0, 0.6), 0 0 2px rgba(0, 0, 0, 0.7);
-moz-text-shadow: 0 2px 1px rgba(0, 0, 0, 0.6), 0 0 2px rgba(0, 0, 0, 0.7);
text-shadow: 0 2px 1px rgba(0, 0, 0, 0.6), 0 0 2px rgba(0, 0, 0, 0.7);
word-spacing: 16px;
}
.under-construction {
font-family: 'Open Sans', sans-serif;
font-size: 1.4em;
font-weight: bold;
color: #222;
text-shadow: 0 0 40px #FFFFFF, 0 0 30px #FFFFFF, 0 0 20px #FFFFFF;
}
.wrapper {
width: 100%;
min-height: 100%;
height: auto;
display: table;
}
.content {
display: table-cell;
vertical-align: middle;
}
.item-coming {
width: auto;
height: auto;
margin: 0 auto;
text-align: center;
padding: 8px;
}
</style>
<?PHP include './includes/footer.php'; ?>
<?PHP include './includes/scripts.php'; ?>
</body>
</html>