UI Admin aproape finalizat

This commit is contained in:
andrei-mihnea-cerbu
2024-04-03 02:09:12 +03:00
parent fb957a6f97
commit af8c295d75
134 changed files with 5014 additions and 1045 deletions
+40
View File
@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/images/hard-disk.ico" type="image/x-icon">
<link rel="stylesheet" href="/css/main_menu.css">
<script src="/js/main_menu.js"></script>
<title>Main Page</title>
</head>
<body>
<div class="container">
<div class="main_block">
<div class="header">
<div>
<h1>WELCOME BACK,</h1>
<h1 id="username_field"></h1>
<h2>Hope you have a productive day!</h2>
</div>
<img src="/images/user_1144760.png" alt="profile image">
</div>
<div class="content">
<div class="content_buttons">
<button id="start_uc" name="menu_button">Start UC</button>
<button id="stop_uc" name="menu_button">Stop UC</button>
</div>
<div class="content_buttons">
<button id="ceo_info" name="menu_button">Get CEO Info</button>
<button id="set_conf" name="menu_button">Set Server Conf File</button>
</div>
</div>
<div class="footer">
<button id="logout" name="logout">Logout</button>
</div>
</div>
</div>
</body>
</html>