-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_old.html
52 lines (42 loc) · 1.68 KB
/
index_old.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
<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">
<title>Project SEER</title>
<link rel="stylesheet" href="css/styles.css">
<script src="javascript/IndexJavascript.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,700;1,200&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<a href="index.html"><img src="Images/SEER (Name Ver).png"></a>
<div class="nav-links">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="login.html">LOG OUT</a></li>
</ul>
</div>
</nav>
<div class="home-post" style="background-color:whitesmoke;">
<h2>Pathway Tracker</h2><br>
<p>
Security Guard's pathway
</p>
<img src="Images\Individual_Plots\plot_SecGuardID_1.png" alt="Image">
<img src="Images\Individual_Plots\plot_Ideal.png" alt="Image">
<button onclick="runSeer()"> Run Seer </button>
</div>
<footer>
<div class="footer">
<p>Copyright © 2024 Seer </p>
<p>Contact Us: +65 12345678</p>
</div>
</footer>
</body>
</html>