-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasicpage.html
More file actions
40 lines (32 loc) · 1.08 KB
/
basicpage.html
File metadata and controls
40 lines (32 loc) · 1.08 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
<<<<<<< HEAD
<!DOCTYPE HTML>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Basic Web Page of Adam</title>
</head>
<body>
<h1 style="text-align:center"> Adam Checketts</h1>
<h2 style="text-align:center">Jacksonville, FL</h2>
<h3 style="text-align:center">RAM: 24GB</h3>
<img src="images/family.jpg" alt="Picture of Checketts Family">
<p>☆ <a href="http://www.byui.edu/online/certificate-and-degree-programs/computer-information-technology">
BYU-Idaho Online Learning: CIT Certificate</a>
</body>
=======
<!DOCTYPE HTML>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Basic Web Page of Adam</title>
</head>
<body>
<h1 style="text-align:center"> Adam Checketts</h1>
<h2 style="text-align:center">Jacksonville, FL</h2>
<h3 style="text-align:center">RAM: 24GB</h3>
<img src="images/family.jpg" alt="Picture of Checketts Family">
<p>☆ <a href="http://www.byui.edu/online/certificate-and-degree-programs/computer-information-technology">
BYU-Idaho Online Learning: CIT Certificate</a>
</body>
>>>>>>> 59590c03425f0a18e65248477d31a393fa190c5c
</html>