Compare commits
No commits in common. "67496c887120b0cd7e6b52f20b3b9d4d5242f293" and "e26ec5e1a129668c2a924d66babff7330aa72128" have entirely different histories.
67496c8871
...
e26ec5e1a1
@ -1,4 +1,3 @@
|
|||||||
1. belajar pull
|
1. belajar pull
|
||||||
2. belajar push
|
2. belajar push
|
||||||
3. belajar commit
|
3. belajar commit
|
||||||
azvsdf
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
How to Join
|
|
||||||
|
|
||||||
|
|
||||||
1.
|
|
||||||
4
studentA.css
Normal file
4
studentA.css
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
*{
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
11
studentC.html
Normal file
11
studentC.html
Normal 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>
|
||||||
Loading…
x
Reference in New Issue
Block a user