Skip to content

Commit c381f37

Browse files
authored
Create index.html
1 parent 260d6ac commit c381f37

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>My Portfolio</title>
5+
<style>
6+
body {
7+
font-family: Arial, sans-serif;
8+
margin: 20px;
9+
}
10+
</style>
11+
</head>
12+
<body>
13+
<h1>Welcome to My CS180 Portfolio!</h1>
14+
<a href="./1/index.html">Project 1</a>
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)