Compare commits

..

No commits in common. "67496c887120b0cd7e6b52f20b3b9d4d5242f293" and "e26ec5e1a129668c2a924d66babff7330aa72128" have entirely different histories.

4 changed files with 16 additions and 6 deletions

View File

@ -1,4 +1,3 @@
1. belajar pull
2. belajar push
3. belajar commit
azvsdf
3. belajar commit

View File

@ -1,4 +0,0 @@
How to Join
1.

4
studentA.css Normal file
View File

@ -0,0 +1,4 @@
*{
margin: 0;
padding: 0;
}

11
studentC.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>student C</h1>
</body>
</html>