-
Notifications
You must be signed in to change notification settings - Fork 0
/
wet.html
44 lines (36 loc) · 1.47 KB
/
wet.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>WEATHER</title>
<link rel="stylesheet" href="css/styles.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="hea">WEATHER</h1>
<h1 class="hea">INFORMATION</h1>
<h1 class="hea">WILL</h1>
<h1 class="hea">APPEAR</h1>
<h1 class="hea">HERE</h1>
</div>
<div class="d3">
<h1 class="we1">WeatherReport</h1>
<br>
<marquee class="p1">Powered by AG</marquee>
<form action="/" method="post">
<input class="i1"type="text" name="cityco" value="">
<button class="b1" type="submit" name="button"> <i class="fab fa-brands fa-searchengin"></i></button>
</form>
</div>
</section>
</div>
<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>
<script src="jsf.js" charset="utf-8"></script>
</body>
</html>