-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.04 KB
/
Copy pathindex.html
File metadata and controls
22 lines (22 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>David Knox's Simple Website - Index</title>
</head>
<body>
<h1>David Knox's Simple Website</h1>
<button onclick="document.location='introduction.html'"">Go To My Introduction Page</button>
<button onclick="document.location='little_prince.html'">Go to The Little Prince</button>
<p>Hello, my name is David Knox. I am a senior Computer Science student from Columbia, South Carolina; coming from the 803, Columbia, SC.</p>
<img src="../img/img1.jpg" alt="Picture of David Knox" width="250" height="250">
<p>Here is a list of classes that I am taking this semester!</p>
<ul>
<li>COMP 322: Internet Systems</li>
<li>COMP 365: AI & Machine Learning</li>
<li>COMP 410: Software Engineering</li>
<li>COMP 476: Networked Computer Systems</li>
<li>ECEN 375: Computer Architecture and Organization</li>
<li>MATH 224: Intro Probability & Statistics</li>
</ul>
</body>
</html>