Add: favicon + footer links
This commit is contained in:
parent
f7cf197b4e
commit
78ea64801e
BIN
assets/favicon/android-chrome-192x192.png
Normal file
BIN
assets/favicon/android-chrome-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
assets/favicon/android-chrome-512x512.png
Normal file
BIN
assets/favicon/android-chrome-512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 142 KiB |
BIN
assets/favicon/apple-touch-icon.png
Normal file
BIN
assets/favicon/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
assets/favicon/favicon-16x16.png
Normal file
BIN
assets/favicon/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 560 B |
BIN
assets/favicon/favicon-32x32.png
Normal file
BIN
assets/favicon/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/favicon/favicon.ico
Normal file
BIN
assets/favicon/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
1
assets/favicon/site.webmanifest
Normal file
1
assets/favicon/site.webmanifest
Normal file
@ -0,0 +1 @@
|
||||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
@ -1,6 +1,34 @@
|
||||
|
||||
</div>
|
||||
|
||||
<footer class="py-4">
|
||||
<div class="container mx-auto text-center text-gray-400">
|
||||
<ul class="flex justify-center space-x-6 mb-4">
|
||||
<li>
|
||||
<a href="https://git.oscarmlage.com/oscarmlage/wrappd.sh/" target="_blank" class="hover:text-white transition duration-200">
|
||||
Git
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://git.oscarmlage.com/oscarmlage/wrappd.sh/issues" target="_blank" class="hover:text-white transition duration-200">
|
||||
Issues
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://git.oscarmlage.com/oscarmlage/wrappd.sh/fork" target="_blank" class="hover:text-white transition duration-200">
|
||||
Fork
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="text-sm">
|
||||
<strong>wrappd.sh</strong> was created by
|
||||
<a href="https://oscarmlage.com" target="_blank" class="text-gray-300 hover:text-white transition duration-200">
|
||||
oscarmlage
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
@ -4,6 +4,13 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>$ wrappd.sh</title>
|
||||
<link rel="icon" href="/static/favicon/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon/favicon-16x16.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/static/favicon/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="/static/favicon/android-chrome-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="512x512" href="/static/favicon/android-chrome-512x512.png">
|
||||
<link rel="manifest" href="/static/favicon/site.webmanifest">
|
||||
<script src="/static/tailwind.js"></script>
|
||||
<script src="/static/echarts.min.js"></script>
|
||||
<link href="/static/animate.min.css" rel="stylesheet">
|
||||
|
Loading…
Reference in New Issue
Block a user