mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-22 01:06:46 +00:00
Add svg favicons and some meta tags
This commit is contained in:
parent
41e6231217
commit
cb56d31abe
37
src/main/resources/public/assets/favicon.svg
Normal file
37
src/main/resources/public/assets/favicon.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 14 KiB |
@ -6,10 +6,14 @@
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
|
||||
<title>Simply Shorten</title>
|
||||
<meta name="description" content="A simple selfhosted URL shortener with no unnecessary features.">
|
||||
<meta name="keywords" content="url shortener, link shortener, self hosted, open source">
|
||||
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" sizes="any">
|
||||
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
|
||||
<link rel="icon" type="image/png" href="assets/favicon-32.png" sizes="32x32">
|
||||
<link rel="shortcut icon" type="image/png" href="assets/favicon-196.png" sizes="196x196">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="assets/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="assets/favicon-196.png" sizes="196x196">
|
||||
|
||||
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure-min.css"
|
||||
integrity="sha384-oAOxQR6DkCoMliIh8yFnu25d7Eq/PHS21PClpwjOTeU2jRSq11vu66rf90/cZr47" crossorigin="anonymous">
|
||||
|
Loading…
Reference in New Issue
Block a user