This repository has been archived on 2023-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
freecodecamp-projects/index.html

17 lines
640 B
HTML
Raw Normal View History

2022-09-28 07:38:06 +00:00
<!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><br>
<a href="1-responsive-web-design/2-tribute-page/index.html">Tribute Page</a>
2022-09-28 07:38:06 +00:00
</body>
</html>