-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 846 Bytes
/
index.html
File metadata and controls
28 lines (28 loc) · 846 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
<!DOCTYPE html>
<html>
<head>
<title>My Portfolio</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
}
</style>
</head>
<body>
<h1>Welcome to My CS180 Portfolio!</h1>
<a href="./1/index.html">Project 1</a>
<h1>Welcome to My CS180 Portfolio!</h1>
<a href="./2/index.html">Project 2</a>
<h1>Welcome to My CS180 Portfolio!</h1>
<a href="./3/index.html">Project 3</a>
<h1>Welcome to My CS180 Portfolio!</h1>
<a href="./4/index.html">Project 4</a>
<h1>Welcome to My CS180 Portfolio!</h1>
<a href="./5/index.html">Project 5</a>
<h1>Welcome to My CS180 Portfolio!</h1>
<a href="./6/index.html">Project 6</a>
<h1>Welcome to My CS180 Portfolio!</h1>
<a href="./7/index.html">Project 7</a>
</body>
</html>