-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
34 lines (33 loc) · 1.55 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Temprature</title>
</head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<link rel="stylesheet" href="/style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&family=Lexend+Mega&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap" rel="stylesheet">
<body>
<div class="header1">
<h1 class="headertitle">Temp<span>Finder</span> </h1>
</div>
<div class="intro">
<h3 class="introtext">Find the real time weather of your city.</h3>
<img class="introimage" src="/images/pexels-efdal-yildiz-917494.jpg" alt="">
</div>
<div class="search">
<div class="search_area">
<form action="/" method="post">
<input class="form-control form-control-lg" name="place" type="text" placeholder="City name here..." aria-label=".form-control-lg example">
<button type="submit" class="btn button1 btn-secondary btn-lg " name="button">FIND</button>
</form>
</div>
<img class="introimage" src="/images/cityimg1.jpg" alt="">
</div>
</body>
</html>