Created Landing Page, Revamped account system, added account sessions and password obfuscation(not being pushed to the public branch) revamping main site bit by bit
This commit is contained in:
@@ -5,11 +5,13 @@
|
||||
<title>Halbear.Net</title>
|
||||
<link rel="stylesheet" href="default.css">
|
||||
</head>
|
||||
<body>
|
||||
<body onload="CalculateGrid(); SetUp(); startApps();">
|
||||
<?php
|
||||
$Page = "Software";
|
||||
require_once("Hotbar.php");
|
||||
?>
|
||||
<script src="WindowManager.js"></script>
|
||||
<script src="AlignDesktopApps.js"></script>
|
||||
<script>
|
||||
var Button = document.getElementById("SoftwareBtn");
|
||||
Button.onclick = function(){document.location.href='index.php';};
|
||||
|
||||
Reference in New Issue
Block a user