-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (20 loc) · 712 Bytes
/
Copy pathindex.html
File metadata and controls
33 lines (20 loc) · 712 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
<html>
<body>
My name is Shamya Moore. I am a 21-year-old Senior currently attending North Carolina A&T State University, from Upper Marlboro, Maryland.
</body>
<br>
<img src= "img/Honeywell Pic.png" width= "350" height "75" >
<p> Current Classes </p>
<ul>
<li> Comp 322- Internet Systems </li>
<li> Comp 410- Software Engineering </li>
<li> Comp 420- Applied Network Security </li>
<li> Ecen 375- Computer Architecture & Organization </li>
<li> Eng 331- Writing Science & Technology </li>
</ul>
<body>
<a href= "introduction.html" target= "_blank" > Link to introduction.html </a>
<br>
<a href= "little_prince.html" target= "_blank" > Link to little_prince.html </a>
</body>
</html>