-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (35 loc) · 943 Bytes
/
index.html
File metadata and controls
37 lines (35 loc) · 943 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
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mike Kelly</title>
</head>
<body>
<header>
<h1>Welcome to the Project Dashboard for the Mike Kelly Coding Project</h1>
</header>
<div>
<h2>Purpose of this Page</h2>
<p>With this page...</p>
</div>
<section>
<h3>Certifications</h3>
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
<h3>Pending Certifications</h3>
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</section>
</body>
<footer> Michael Kelly | CodeWithMike 2024</footer>
<style>
</style>
</html>
>>>>>>> 5186845d4a0e7c35050c5c9d525144abb8809ed0