This commit is contained in:
2024-05-02 10:31:56 +08:00
commit 9fb08d43d0
11 changed files with 1305 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Placeholder Register</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='style.css'>
</head>
<body>
<header>
<span style="font-family: cursive; color:white; font-size: xx-large;" >Placeholder</span>
</header>
<div class="login-box">
<h2>Hello, User</h2>
<header>
<nav>
<table>
<tr>
<th><a href="display.php">
<span></span>
<span></span>
<span></span>
<span></span>Display Table</a></th>
</tr>
<tr>
<th><a href="Insert.php">
<span></span>
<span></span>
<span></span>
<span></span>Insert</a></th>
</tr>
</table>
</nav>
</header>
</div>
</body>
</html>
<?php