-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathindex.html
18 lines (18 loc) · 1.28 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Github Forking Demo</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Fork Successful!</h1>
<img src="fork.webp" alt="A laptop with arms, holding up two crossed forks." id="fork">
<p>You have successfully forked a repository and then cloned it, adding a copy of the repository's code to your own computer.</p>
<p>Your version of this repository is independent of the original. You can add, change, or remove files in this repository and only you (or other contributors to your repo) will be able to see these changes. The original version of the repository won't be changed.</p>
<p>Try making a change to one of the files in this repository. Then create a commit and push the changes to Github. Once you have done so, check the <a href="https://github.com/DanStephenson/cprg-218-fork-demo" target="_blank">original repository</a> and see if your changes are </p>
<a href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks" target="_blank" class="button">Learn More About Forking Repositories</a>
</body>
</html>