Skip to content

Commit

Permalink
Add favicon (closes #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jangler committed Mar 25, 2024
1 parent ab1aac8 commit 362eabb
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/edo-approximation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<title>EDO approximation of intervals</title>
<link rel="stylesheet" href="../normalize.css">
<link rel="stylesheet" href="../styles.css">
<link rel="icon" href="../favicon.png">
<script src="script.js" type="module" defer></script>
</head>

Expand Down
1 change: 1 addition & 0 deletions src/edo-intervals/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<title>EDO interval table</title>
<link rel="stylesheet" href="../normalize.css">
<link rel="stylesheet" href="../styles.css">
<link rel="icon" href="../favicon.png">
<script src="script.js" type="module" defer></script>
</head>

Expand Down
1 change: 1 addition & 0 deletions src/exquis-scl-generator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<title>Exquis .scl generator</title>
<link rel="stylesheet" href="../normalize.css">
<link rel="stylesheet" href="../styles.css">
<link rel="icon" href="../favicon.png">
<script src="script.js" type="module" defer></script>
</head>

Expand Down
Binary file added src/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/grid-layout/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<title>Isomorphic grid layout viewer</title>
<link rel="stylesheet" href="../normalize.css">
<link rel="stylesheet" href="../styles.css">
<link rel="icon" href="../favicon.png">
<script src="script.js" type="module" defer></script>
</head>

Expand Down
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<title>Microtonal web utilities</title>
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.png">
</head>

<body>
Expand Down
1 change: 1 addition & 0 deletions src/layout-heatmaps/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<title>Isomorphic note layout heatmaps</title>
<link rel="stylesheet" href="../normalize.css">
<link rel="stylesheet" href="../styles.css">
<link rel="icon" href="../favicon.png">
</head>

<body>
Expand Down
1 change: 1 addition & 0 deletions src/scala-to-sunvox/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<title>Scala to SunVox</title>
<link rel="stylesheet" href="../normalize.css">
<link rel="stylesheet" href="../styles.css">
<link rel="icon" href="../favicon.png">
<script src="script.js" type="module" defer></script>
</head>

Expand Down

0 comments on commit 362eabb

Please sign in to comment.