Skip to content

Commit 4bb596a

Browse files
committed
added icon and repo link
1 parent 5ab6404 commit 4bb596a

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="utf-8"/>
55
<title>Nuclide cross section plotter</title>
6+
<link rel="icon" href="/static/favicon.ico" type="image/x-icon">
67
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
78
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
89
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">

src/sauce/home.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ pub fn home() -> Html {
479479
<div class="flex-grow-1" style="width: 100%;">
480480
<App selected_indexes={(*selected_indexes.current()).clone()} />
481481
</div>
482+
<h5><a href="https://github.com/openmc-data-storage/nuclide_cross_section_plotter.rs/">{"Help improve this website by contributing to the repository,"}</a></h5>
482483
</div>
483484
</div>
484485
</>

static/favicon.ico

14.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)