-
Notifications
You must be signed in to change notification settings - Fork 0
/
final.html
30 lines (26 loc) · 1.16 KB
/
final.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>WEATHER</title>
<link rel="stylesheet" href="css/style2.css">
<link href="https://fonts.googleapis.com/css2?family=Gruppo&family=Josefin+Sans&family=Libre+Baskerville&family=Roboto+Mono:wght@100&family=Rubik+Wet+Paint&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/5ff009cb89.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Libre+Baskerville&family=Roboto+Mono:wght@100&display=swap" rel="stylesheet">
</head>
<body>
<div class="d1">
<section class="S1">
<div class="d2">
<h1 class="finh1">The Temperature is </h1>
<h1 class="finh1"> {{cityName}} </h1>
<h3 class="finh2">The temperature is {{wa}}°c</h3
<h3 class="finh2"></h3>
</div>
</section>
</div>
<script src="jsf.js" charset="utf-8"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/gsap.min.js" charset="utf-8"></script>
<script src="https://code.jquery.com/jquery-3.6.0.slim.min.js" integrity="sha256-u7e5khyithlIdTpu22PHhENmPcRdFiHRjhAuHcs05RI=" crossorigin="anonymous"></script>
</body>
</html>