This repository has been archived by the owner on Feb 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (49 loc) · 1.56 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Welcome To FoodHub</title>
<link href="logo.jpg" rel="icon" />
<link rel="stylesheet" href="css/style.css" type="text/css">
<meta http-equiv="refresh" content="3;url=login" />
</head>
<body>
<div class="dahsboard_heading">
<h2>This is our <q>System Analysis and Design Lab</q> project directory</h2>
</div>
<div class="dashboard_background" style="display: flex; flex-direction: column; align-items: center; padding: 0">
<h3>Team Members:</h3>
<table class="table_design" style="width: 100%">
<thead>
<tr>
<th>ID</th>
<th>Name</th>
</tr>
</thead>
<tbody>
<tr>
<td>011 142 123</td>
<td>Shihab Alam Abir</td>
</tr>
<tr>
<td>011 161 010</td>
<td>Md. Naim Afzal</td>
</tr>
<tr>
<td>011 181 007</td>
<td>Rasedul Islam</td>
</tr>
<tr>
<td>011 181 115</td>
<td>Emon Ahmed</td>
</tr>
<tr>
<td>011 201 464</td>
<td>Mir Ashiqul Hossain</td>
</tr>
</tbody>
</table>
<h3>Redirecting to login...</h3>
</div>
</body>
</html>