-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
37 lines (28 loc) · 998 Bytes
/
home.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
<!DOCTYPE html>
<html>
<head>
<title>Home</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-black.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" type="image/x-icon" href="https://www.mcicon.com/wp-content/uploads/2021/06/City-14.jpg">
</head>
<body id="homepage">
<div class="topnav">
<a class="active" href="home.html">Home</a>
<a href="birmingham.html">Birmingham</a>
<a href="milan.html">Milan</a>
</div>
<!-- Team Container -->
<div class="w3-container w3-padding-64 w3-center" id="team">
<h2>AUTHOR</h2>
<div class="w3-row"><br>
<div class="w3-quarter">
<h3>Aris Christofides</h3>
<p>ITMB</p>
</div>
</body>
</html>