Skip to content

Commit

Permalink
Add favicon to view page
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukires committed May 25, 2023
1 parent 3b762c8 commit a29d0c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web-server/templates/view/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>View Futhark Playground Output</title>
<link rel="stylesheet" href="{{ url_for('static', filename='view/view.css') }}">
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.png') }}">
<script type="module" src="https://md-block.verou.me/md-block.js"></script>
</head>

Expand Down

0 comments on commit a29d0c1

Please sign in to comment.