Skip to content

Commit 441a755

Browse files
committed
index.html: Add star button
1 parent f06ae54 commit 441a755

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<html>
22
<head>
3-
<title>passagemath: General purpose mathematical software system in Python, a fork of SageMath</title>
4-
</head>
5-
<body>
3+
<title>passagemath: General purpose mathematical software system in Python, a fork of SageMath</title>
4+
<script async defer src="https://buttons.github.io/buttons.js"></script>
5+
</head>
6+
<body>
67
<h1 style="font-size: 5.9vw";>
78
<div>
89
<svg version="1.1" xmlns="http://www.w3.org/2000/svg"
@@ -21,8 +22,8 @@ <h1 style="font-size: 5.9vw";>
2122
<text x="425" y="1290" text-anchor="middle">documentation 10.6.x</text>
2223
</svg>
2324
</div>
24-
<div style="position: absolute; top: 8px; left: 16px; ">passagemath</div>
25+
<div style="position: absolute; top: 8px; left: 16px; ">passagemath <a class="github-button" href="https://github.com/passagemath/passagemath" data-color-scheme="no-preference: light; light: light; dark: dark;" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star passagemath/passagemath on GitHub">Star</a></div>
2526
</h1>
2627
Image credit: Z12_128 courtesy <a href="https://www.instagram.com/astrid_koeppe/">Astrid K&ouml;ppe</a>
27-
</body>
28+
</body>
2829
</html>

0 commit comments

Comments
 (0)