File size: 172 Bytes
a6b62e8
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
    <title>About Us</title>
</head>
<body>
    <h1>About Us</h1>
    <p>We are a fantastic team!</p>
    <a href="/">Home</a>
</body>
</html>