Browse Source

Use Sphinx logo as favicon

umbrel-tweaks
Luke Childs 4 years ago
parent
commit
037326220d
  1. BIN
      dist/public/favicon.ico
  2. 4
      dist/public/index.html
  3. 4
      public/index.html

BIN
dist/public/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

4
dist/public/index.html

@ -2,7 +2,7 @@
<html>
<head>
<link rel="icon" type="image/ico" href="static/favicon.ico">
<link rel="icon" href="/static/sphinx-logo.png">
<style>
html {
font-family: Arial, Helvetica, sans-serif;
@ -87,4 +87,4 @@
</script>
</body>
</html>
</html>

4
public/index.html

@ -2,7 +2,7 @@
<html>
<head>
<link rel="icon" type="image/ico" href="static/favicon.ico">
<link rel="icon" href="/static/sphinx-logo.png">
<style>
html {
font-family: Arial, Helvetica, sans-serif;
@ -87,4 +87,4 @@
</script>
</body>
</html>
</html>

Loading…
Cancel
Save