halaman github tidak memuat css

Its Because You need to Add This in Your Code
<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Title</title>
    <link rel="stylesheet" type="text/css" href="path of your file" />
  </head>
</html>
RafPlays