Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
GoProgram-code/403.php
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
14 lines (14 sloc)
643 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<title>403 | GoProgram</title> | |
<?php include "main.php" ?> | |
<link rel=stylesheet href=/400.css?v=3><meta name=viewport content="width=device-width,initial-scale=1"> | |
</head><?php include "header.php" ?><section> | |
<h1 class="colour d-flex justify-content-center align-items-center h-100 pad-1 loaded"><span>4</span><?php echo image("/images/goprogram.png", "GoProgram Logo", "none", ["id" => "BG"]); | |
?><span>3</span></h1> | |
<div class="section text p-0 pb-5"> | |
<p class="text-center display-4">You're not allowed here!</p> | |
</div> | |
<?php include "footer.php" ?></section><?php include "scripts.php" ?> | |
</html> |