-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtwo.html
28 lines (21 loc) · 811 Bytes
/
two.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap CSS CDN -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<title>Team Details</title>
</head>
<body>
<h1 class="text-center mt-4 fw-bold">Welcome To Our <span class="text-info">Team</span> Details</h1>
<div id="show-team" class="container">
<div class="card">
</div>
</div>
<script src="js/app.js"></script>
</body>
</html>