-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapps.html
More file actions
32 lines (28 loc) · 1.13 KB
/
apps.html
File metadata and controls
32 lines (28 loc) · 1.13 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My Programming Portfolio</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<img src="mybanner.jpg">
<table id="nav-table">
<thead>
<tr>
<th id="nav-td"><a href="https://np756.github.io/index.html"><img src="home.png"</a></th>
<th id="nav-td"><a href="https://np756.github.io/javascripts.html"><img src="javascripts.png"</a></th>
<th id="nav-td"><a href="https://np756.github.io/apps.html"><img src="apps.png"</a></th>
<th id="nav-td"><a href="https://np756.github.io/about.html"><img src="about.png"</a></th>
<th id="nav-td"><a href="https://np756.github.io/finalproject.html"><img src="FinalProject.png"</a></th>
</tr>
</thead>
</table>
<h1>Welcome to my Apps Page</h1>
<p>
Hi, I'm Nick and this is my apps page for CSC106 at URI. <br>
There's not too much here right now, but it should fill up as the semester goes on. <br>
All these games you can use on your phone! <br>
</p>
</body>
</html>