Add favicon and update HTML footer; include favicon link in index.html and credit in footer
All checks were successful
CI / build (push) Successful in 31s
All checks were successful
CI / build (push) Successful in 31s
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
# pictshare-browse
|
||||
|
||||
...existing content...
|
||||
|
||||
## Credits
|
||||
|
||||
Favicon by [SmashIcons](https://smashicons.com/)
|
||||
|
||||
# pictshare-browse
|
||||
|
||||
|
||||
BIN
public/favicon.png
Normal file
BIN
public/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.2 KiB |
@@ -4,6 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>PictShare Gallery</title>
|
||||
<link rel="icon" type="image/png" href="/favicon.png">
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
</head>
|
||||
<body>
|
||||
@@ -13,5 +14,9 @@
|
||||
|
||||
<script src="/app.js"></script>
|
||||
|
||||
<footer style="margin:2rem 0 1rem 0; font-size:0.95em; color:#aaa;">
|
||||
Favicon by <a href="https://smashicons.com/" target="_blank" rel="noopener" style="color:#aaa;">SmashIcons</a>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user