-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (25 loc) · 915 Bytes
/
index.html
File metadata and controls
36 lines (25 loc) · 915 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
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta author="Precious Iriaevho">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML Projects</title>
</head>
<body>
<h1>HTML Projects</h1>
<hr>
<h2>Resume / CV Page Project</h2>
<p><b>Description: </b> This is a resume page</p>
<p><b>Link: </b> <a href="resume.html">Check Project</a></p>
<hr>
<h2>Job Application Form Project</h2>
<p><b>Description: </b> This is a Job Application Form Project</p>
<p><b>Link: </b> <a href="jobform.html">Check Project</a></p>
<hr>
<h2>Jollof Rice Recipe Site Project</h2>
<p><b>Description: </b> This is a Jollof Rice Recipe Site Project</p>
<p><b>Link: </b> <a href="recipe.html">Check Project</a></p>
<hr>
</body>
</html>