Skip to content

Commit ceda80c

Browse files
committed
added counter and fav icon
1 parent d017f37 commit ceda80c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
<head>
44
<meta charset="utf-8"/>
55
<title>Nuclide cross section plotter</title>
6-
<link rel="icon" href="static/favicon.png" type="image/x-icon">
6+
<link rel="icon" href="https://raw.githubusercontent.com/shimwell/xsplot.com/refs/heads/main/assets/favicon.ico" type="image/x-icon">
77
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
88
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
99
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
1010
<script src="https://cdn.plot.ly/plotly-2.14.0.min.js"></script>
1111
<base data-trunk-public-url/>
1212
<link data-trunk rel="rust"/>
1313
<link data-trunk rel="scss" href="index.scss"/>
14+
<script data-goatcounter="https://nuclide-cross-section-plotter.goatcounter.com/count"
15+
async src="//gc.zgo.at/count.js"></script>
1416
</head>
1517
</html>

0 commit comments

Comments
 (0)