-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (42 loc) · 1.82 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" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="./img/istockphoto-187169448-1024x1024.jpg" type="image/x-icon">
<title>Flag APP API</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous" />
<link rel="stylesheet" href="style.css" />
</head>
<body class="bg-light">
<header>
<div class="title">
<img src="./img/istockphoto-187169448-1024x1024.jpg" width="150px" class="all" alt="">
</div>
<br />
<h4>Please Enter a Country To See Its Information </h4>
<div class="container justify-content-center"><select class="form-select select1 justify-content-center"
aria-label="Default select example">
<option selected>Select a Country</option>
</div>
</select>
<div class=" container mb-3">
<!-- <input type="text" class="form-control inp " aria-label="Sizing example input" aria-describedby="inputGroup-sizing-md"> -->
</div>
<!-- <button type="button" class="btn btn-primary btn-lg">SELECT</button> -->
</header>
<main class="container mt-4">
<div class="input"></div>
<div class="error"></div>
<div class="countries mt-4 ">
</div>
</main>
<!-- <script src="app.js"></script> -->
<script src="app2.js"></script>
</body>
</html>