Skip to content

Commit 1c7d059

Browse files
authored
Create index.html
1 parent 7f935dc commit 1c7d059

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

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)