-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathframe.html
More file actions
32 lines (32 loc) · 961 Bytes
/
frame.html
File metadata and controls
32 lines (32 loc) · 961 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
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="cat1style.css">
<title>
Meow
</title>
</head>
<body>
<nav class="navbar">
<a class = "logo" href="index.html">
<img src = "img/587e31f49686194a55adab6e.png">
</a>
<ul class="navlinks">
<li class="navitem"><a href = "Cat1.html">Cat</a></li>
<li class="navitem"><a href = "Cat2.html">Cat</a></li>
<li class="navitem"><a href = "https://tunabellycattery.com/">Cat</a></li>
</ul>
</nav>
<footer>
<div>
<p>
croline TM
</p>
</div>
<div>
<img class="cornerimg" src="img/4ea67f666a6c9a7b217e2010d5bca1e9.png">
</div>
</footer>
</body>
</html>