-
Notifications
You must be signed in to change notification settings - Fork 0
/
resource.html
55 lines (43 loc) · 2.5 KB
/
resource.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
54
55
<!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="stylesheet" href="style.css">
<link rel="stylesheet" href="inventory.css">
<link rel="stylesheet" href="inventory.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Staatliches&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap" rel="stylesheet">
<title>DroughtWatch</title>
</head>
<body>
<nav>
<div class="heading">
<h4>DroughtWatch</h4>
</div>
<ul class="nav-list">
<li><a class="active" href="index.html">Home</a></li>
<li><a href="resource.html">Resources</a></li>
<li><a href="inventory.html">Inventory</a></li>
<li><a href="monitor.html">Monitor</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
<br><br><br>
<div class="maininventorybox">
<center><iframe width="800" height="500" src="https://www.youtube.com/embed/oXG5SaZCVNU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></center>
</div>
<div class="maininventorybox">
<center><iframe width="800" height="500" src="https://www.youtube.com/embed/J5WMyD9-CHs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></center>
</div>
<div class="maininventorybox">
<center><iframe width="800" height="500" src="https://www.youtube.com/embed/LgU_cYeYb78" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></center>
</div>
<footer>
<h3>HackTheTrivia/DroughtManagent/Submission_Date:27/1/2024</h3>
</footer>