Add index page for repo

This commit is contained in:
CherryKitten 2022-09-28 09:38:06 +02:00
parent 0b41739009
commit 5c64663cf0
Signed by: sammy
GPG key ID: 0B696A86A853E955
2 changed files with 19 additions and 0 deletions

16
index.html Normal file
View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>CherryKitten Freecodecamp Projects</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<h1 id="title">CherryKitten Freecodecamp Projects</h1>
<p>This is just a quick linklist to the Projects, probably will be made prettier once there are more.</p>
<h2>Responsive Web Design</h2>
<a href=1-responsive-web-design/1-survey-form/index.html>Survey Form</a>
</body>
</html>

3
styles.css Normal file
View file

@ -0,0 +1,3 @@
body {
background-color: grey;
}