-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschool.html
28 lines (21 loc) · 883 Bytes
/
school.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
<!DOCTYPE html>
<html>
<head>
<title>School</title>
<link rel="icon" type="image/x-icon" href="images.png">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Navigation -->
<nav class="w3-bar w3-black">
<a href="index.html" class="w3-button w3-bar-item">Home</a>
<a href="aboutme.html" class="w3-button w3-bar-item">About me</a>
<a href="school.html" class="w3-button w3-bar-item">School</a>
<a href="contact.html" class="w3-button w3-bar-item">Contact</a>
</body>
<footer>
</footer>
</html>