errosssssssssss
This commit is contained in:
parent
a81901a923
commit
1cf31dc2a7
|
|
@ -53,7 +53,7 @@ class PartyStarter {
|
|||
</li>';
|
||||
}
|
||||
echo '
|
||||
<link rel="stylesheet" href="css/bootstrap.min.css"><link rel="stylesheet" href="/css/global.css">
|
||||
<link rel="stylesheet" href="/css/bootstrap.min.css"><link rel="stylesheet" href="/css/global.css">
|
||||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.min.js" integrity="sha384-mQ93GR66B00ZXjt0YO5KlohRA5SY2XofN4zfuZxLkoj1gXtW8ANNCe9d5Y3eG5eD" crossorigin="anonymous"></script>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
|
||||
|
|
|
|||
19
error.php
19
error.php
|
|
@ -26,7 +26,26 @@ $errorTextMain = "403 Forbidden";
|
|||
$errorTextExtra = "Get out of here! Confidential data..";
|
||||
$errorButton = "<a class='btn btn-primary' href='javascript:history.back()'><h5>Go back to ".$sitename." HQ</h5></a>";
|
||||
}
|
||||
if($conType == 400) {
|
||||
$errorImage = "";
|
||||
$errorTextMain = "ummmmmmmmmmmm";
|
||||
$errorTextExtra = "ummmmmmmmmmmmmm 400 ummmmmmmmmmmmm";
|
||||
$errorButton = "<a class='btn btn-primary' href='javascript:history.back()'><h5>Go back to ".$sitename." HQ</h5></a>";
|
||||
}
|
||||
|
||||
if($conType == 502) {
|
||||
$errorImage = "";
|
||||
$errorTextMain = "502 Bad Gateway";
|
||||
$errorTextExtra = "How does this even work for you if it's using PHP.";
|
||||
$errorButton = "<a class='btn btn-primary' href='javascript:history.back()'><h5>Go back to ".$sitename." HQ</h5></a>";
|
||||
}
|
||||
|
||||
if($conType == 504) {
|
||||
$errorImage = "";
|
||||
$errorTextMain = "504 Gateway Time-out";
|
||||
$errorTextExtra = "TestTube reference.";
|
||||
$errorButton = "<a class='btn btn-primary' href='javascript:history.back()'><h5>Go back to ".$sitename." HQ</h5></a>";
|
||||
}
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html data-bs-theme="dark">
|
||||
|
|
|
|||
Loading…
Reference in New Issue