52 lines
1.6 KiB
PHP
52 lines
1.6 KiB
PHP
<?php
|
|
include_once(dirname($_SERVER["DOCUMENT_ROOT"]) . "/include.php");
|
|
?>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Platinus</title>
|
|
<?php include_once(dirname($_SERVER["DOCUMENT_ROOT"]) . "/header.php");?>
|
|
</head>
|
|
<body>
|
|
<?php include_once(dirname($_SERVER["DOCUMENT_ROOT"]) . "/navbar.php");?>
|
|
<div class="main">
|
|
<section class="jumbotron text-center" style="
|
|
background-image: url('/img/jumbotron-img1.png');
|
|
background-position: center;
|
|
box-shadow: 0px -12px 20px black;
|
|
border-radius:0;
|
|
">
|
|
<div class="container" style="
|
|
padding-top: 50px;
|
|
padding-bottom: 50px;
|
|
">
|
|
<h1 style="color:rgb(255,255,255); text-shadow: 0px 0px 5px black;">Platinus</h1>
|
|
<p style="color:rgb(255,255,255); text-shadow: 0px 0px 5px black;" class="lead">ro blox clone?</p>
|
|
<p>
|
|
<a href="/register" class="btn btn-primary my-2" style="box-shadow: 0px 0px 5px black;">Register</a>
|
|
</p>
|
|
</div>
|
|
</section>
|
|
<section class="section">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-4">
|
|
<h2>رسالة من الله تعالى</h2>
|
|
<p>roblox free tostring synapse v3rmillion fe harkinian bypass harked invisible fe elysian jjsploit خداع أي فيروس تحميل مجاني</p>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<h2>Template</h2>
|
|
<p>Don't forget to replace this text with your text Template.</p>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<h2>why is my mouse moving on its own</h2>
|
|
<p>why da hel my phone say no sim? any help reddit? pleaseeeeeeeeeeeeeeeeeeeeee</p>
|
|
</div>
|
|
</div>
|
|
<hr>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
<?php include_once(dirname($_SERVER["DOCUMENT_ROOT"]) . "/footer.php");?>
|
|
</body>
|
|
</html>
|