41 lines
1.3 KiB
HTML
41 lines
1.3 KiB
HTML
<!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>
|