Skip to content

Instantly share code, notes, and snippets.

@tsukhu
Last active June 29, 2018 08:51
Show Gist options
  • Save tsukhu/e8bea1bb72028130f41be1b314257bd7 to your computer and use it in GitHub Desktop.
Save tsukhu/e8bea1bb72028130f41be1b314257bd7 to your computer and use it in GitHub Desktop.
react-git-explorer_index
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
...
<title>React Git Explorer</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
</head>
<body>
...
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment