Initial commit
This commit is contained in:
16
login/interfaces/login_admin.php
Normal file
16
login/interfaces/login_admin.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Admin</title>
|
||||
<link rel="stylesheet" href="./profile.css" type="text/css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="area">
|
||||
<img src="../../icon/admin.svg">
|
||||
<h2 style="margin: none;"><?php session_start(); echo $_SESSION['username']; ?></h2>
|
||||
<p>User Type: Administrator</p>
|
||||
<a href="../logout.php" style="text-decoration: none; color: white; background-color: rgba(69, 67, 67, 0.6);
|
||||
border-radius: 5px; align-items: center; left: 50%;">Log out</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user