initial Commit
This commit is contained in:
19
Contact.php
Normal file
19
Contact.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Halbear.Net</title>
|
||||
<link rel="stylesheet" href="default.css">
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
$Page = "Contact";
|
||||
require_once("Hotbar.php");
|
||||
?>
|
||||
<script>
|
||||
var Button = document.getElementById("ContactBtn");
|
||||
Button.onclick = function(){document.location.href='index.php';};
|
||||
Button.children[0].textContent = "Home";
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user