Files
cs249r_book/github-button.html
Vijay Janapa Reddi 0a16cabdc5 Added github stars
2024-06-19 14:06:58 -04:00

44 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GitHub Buttons</title>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body>
<!-- Star Button -->
<a class="github-button"
href="https://github.com/harvard-edge/cs249r_book"
data-icon="octicon-star"
data-size="large"
data-show-count="true"
aria-label="Star harvard-edge/cs249r_book on GitHub">
Star
</a>
<!-- Fork Button -->
<a class="github-button"
href="https://github.com/harvard-edge/cs249r_book/fork"
data-icon="octicon-repo-forked"
data-size="large"
data-show-count="true"
aria-label="Fork harvard-edge/cs249r_book on GitHub">
Fork
</a>
<!-- Watch Button -->
<a class="github-button"
href="https://github.com/buttons/github-buttons/subscription"
data-color-scheme="no-preference: light; light: light; dark: dark;"
data-icon="octicon-eye"
data-size="large"
data-show-count="true"
aria-label="Watch buttons/github-buttons on GitHub">
Watch
</a>
</body>
</html>