mirror of
https://github.com/Ahwxorg/Binternet.git
synced 2026-03-11 08:54:37 +00:00
8 lines
265 B
PHP
8 lines
265 B
PHP
<?php require "static/header.php"; ?>
|
|
</head>
|
|
<body>
|
|
<div class="mainContainer">
|
|
<h1 id="bodyHeader"><span>P</span>inter<span>n</span>et</h1>
|
|
<p class="bodyText">Please enter the Pin ID here:</p>
|
|
</div>
|
|
<?php require "static/footer.php"; ?>
|