-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApps.html
More file actions
41 lines (29 loc) · 1.36 KB
/
Apps.html
File metadata and controls
41 lines (29 loc) · 1.36 KB
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
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<meta charset= "utf-8">
<title> Osman Barrie's HTML Portflio </title>
<link rel="stylesheet" href="osman'sstyle.css">
</head>
<body>
<img src= "Osman's banner.jpg">
<br>
<br>
<table id="nav-table">
<td id= "nav-td"> <a href= "https://obarrie.github.io/index.html" alt= "Home">
<img src= "homebutton.jpg"> </a> </td>
<td id= "nav-td"> <a href= "https://obarrie.github.io/javascripts.html" alt= "javascript">
<img src= "JAVASCRIPT BUTTON.jpg"> </a> </td>
<td id= "nav-td"> <a href= "https://obarrie.github.io/FinalProject.HTML" alt= "FINALPROJECT">
<img src= "Final project.jpg"> </a> </td>
<td id= "nav-td"> <a href="https://obarrie.github.io/Apps.html" alt= "Apps">
<img src= "APPS BUTTON.jpg"> </a> </td>
<td id= "nav-td"> <a href= "https://obarrie.github.io/about.html" alt= "about me">
<img src= "ABOUTME BUTTON.jpg"> </a> </td>
</table>
<br>
<h1 style="color:white"> App Links</h1>
<p style="color:white"> </p>
Back to <a style="color:white" href= "https://obarrie.github.io/index.html"> home page </a>
</body>
</html>