-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 856 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title> INFO 2180 Lab 1</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>INFO2180 Lab 1</h1>
<p>This is a simple webpage for Lab 1 of INFO2180.</p>
</header>
<img src="Spidey.jpeg" alt="Spiderman" width="300">
<main>
<h2> Nathan Crossdale</h2>
<p> I am 20 years old Computer Science Student at the University Of The WestIndies hopeing to become a full time data scientist </p>
</main>
<footer>
<p> Copyright © 2024 Nathan Crossdale </p>
</footer>
</body>
</html>