mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-23 14:16:26 -08:00
Better meta tags
This commit is contained in:
parent
9523664f74
commit
2a5a1f75f5
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 448 KiB After Width: | Height: | Size: 438 KiB |
BIN
assets/banner.xcf
Normal file
BIN
assets/banner.xcf
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 216 KiB |
13
assets/monofileLogo.svg
Normal file
13
assets/monofileLogo.svg
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="12" height="15.009" version="1.1" viewBox="0 0 3.175 3.9712" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<linearGradient id="gradient" >
|
||||
<stop stop-color="#fff" stop-opacity="0" offset="0"/>
|
||||
<stop stop-color="#fff" offset=".5"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<title>monofile</title>
|
||||
<path d="m0 3.442" fill="#fff"/>
|
||||
<path d="m0 3.442v.52917h3.175v-.52917z" fill="url(#gradient)"/>
|
||||
<path d="m1.3219 0-0.56845 0.34727v0.53228l0.5054-0.30231h0.013436v1.6464l-0.55605-0.55605c-0.04961-0.0496-0.11679-0.077516-0.18707-0.077516s-0.13746 0.027916-0.18707 0.077516c-0.10335 0.10336-0.10335 0.27079 0 0.37414l1.0584 1.0578c0.10335 0.10335 0.27078 0.10335 0.37414 0l1.0584-1.0578c0.10335-0.10335 0.10335-0.27078 0-0.37414-0.10335-0.10335-0.27078-0.10335-0.37414 0l-0.55967 0.55967v-2.2273h-0.57724z" fill="#fff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 916 B |
|
@ -42,6 +42,9 @@
|
|||
<meta name="title" content="monofile">
|
||||
<meta name="description" content="The open-source Discord-based file sharing service">
|
||||
<meta name="theme-color" content="rgb(30, 33, 36)">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="image" content="/assets/banner.png">
|
||||
<meta name="og:image" content="/assets/banner.png">
|
||||
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Reference in a new issue