-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJava.html
More file actions
44 lines (39 loc) · 1.06 KB
/
Java.html
File metadata and controls
44 lines (39 loc) · 1.06 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
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Java projects</title>
<link rel="stylesheet" href="ChestnutsProgrammingProgramingNav.css">
</head>
<body>
<h1>Java Projects</h1>
<nav>
<ul>
<li>
<div>
<a href="https://jacobchestnut16.github.io/FileFinder/">
<img src="bin/photos/ButtonImg.png" alt="">
<p class="text">File Finder</p>
</a>
</div>
</li>
<li>
<div>
<a href="https://jacobchestnut16.github.io/RobotLabs/">
<img src="bin/photos/ButtonImg.png" alt="">
<p class="text">Robot Labs</p>
</a>
</div>
</li>
<li>
<div>
<a href="https://jacobchestnut16.github.io/LicksWidgets/">
<img src="bin/photos/ButtonImg.png" alt="">
<p class="text">Reminder Widget</p>
</a>
</div>
</li>
</ul>
</nav>
</body>
</html>