-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage3.html
More file actions
26 lines (23 loc) · 836 Bytes
/
page3.html
File metadata and controls
26 lines (23 loc) · 836 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>IPCV Research Group</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="images/favicon_2.png">
<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=Poppins&family=Roboto+Condensed&display=swap" rel="stylesheet">
</head>
<body>
<header>
<nav>
<ul class="navBar">
<li class="navBar"><a href="index.html">Home</a></li>
</ul>
</nav>
</header>
<h1><i>Coming soon</i></h1>
</body>
</html>