Skip to content

Commit

Permalink
Add favicon to html
Browse files Browse the repository at this point in the history
  • Loading branch information
leet4tari committed Feb 28, 2024
1 parent 80c170d commit 43a3572
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/layout.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<html>
<head>
<link rel="shortcut icon" type="image/svg+xml" href="/favicon.svg">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<title>{{title}}</title>
<style>
body { font-family: "Courier New"; font-size: small; margin: 20px; width:
Expand Down

0 comments on commit 43a3572

Please sign in to comment.