-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapps.html
More file actions
32 lines (27 loc) · 867 Bytes
/
Copy pathapps.html
File metadata and controls
32 lines (27 loc) · 867 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>
<meta charset="utf-8">
<title>Heather's Apps Page</title>
<style>
h1 { color:rgb(31, 66, 29); }
body { background-color:rgb(184, 219, 239); }
</style>
</style>
</head>
<body>
<img src="myBanner.jpg">
<table cellpadding="20">
<thead>
<tr>
<th> <a href="index.html"><img src="Home.png"> </a></th>
<th> <a href="javascripts.html"><img src="javascripts.png"> </a></th>
<th> <a href="apps.html"><img src="apps.png"> </a></th>
<th> <a href="about.html"><img src="about.png"> </a></th>
</tr>
</thead>
</table>
<h1>My Apps</h1>
Back to <a href="index.html"> home page </a>
</body>
</html>