mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-30 17:48:27 -05:00
44 lines
1.2 KiB
HTML
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>
|