Add index page for repo
This commit is contained in:
parent
0b41739009
commit
5c64663cf0
2 changed files with 19 additions and 0 deletions
16
index.html
Normal file
16
index.html
Normal 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
3
styles.css
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
body {
|
||||||
|
background-color: grey;
|
||||||
|
}
|
Reference in a new issue