mirror of
https://github.com/moonlight-stream/moonlight-stream.github.io.git
synced 2025-07-01 07:15:37 +00:00
Add an SVG favicon and fix unterminated HTML tags
This commit is contained in:
parent
b9b789ea05
commit
ea1833d170
1
images/moonlight.svg
Normal file
1
images/moonlight.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" standalone="no"?><!-- Generator: Gravit.io --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 256 256" width="256" height="256"><g><circle vector-effect="non-scaling-stroke" cx="128" cy="128" r="128" fill="rgb(86,92,100)"/><circle vector-effect="non-scaling-stroke" cx="128.00000000000003" cy="128.00000000000003" r="96" fill="rgb(255,255,255)"/><path d=" M 137.66 132 L 224 132 L 224 124 L 137.66 124 L 198.71 62.95 L 193.05 57.29 L 132 118.34 L 132 32 L 124 32 L 124 118.34 L 62.95 57.29 L 57.29 62.95 L 118.34 124 L 32 124 L 32 132 L 118.34 132 L 57.29 193.05 L 62.95 198.71 L 124 137.66 L 124 224 L 132 224 L 132 137.66 L 193.05 198.71 L 198.71 193.05 L 137.66 132 Z " fill-rule="evenodd" fill="rgb(86,92,100)"/></g></svg>
|
After Width: | Height: | Size: 820 B |
27
index.html
27
index.html
@ -12,19 +12,20 @@
|
||||
<meta name="description" content="Moonlight allows you to play your PC games remotely on almost any device." />
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="theme-color" content="#434343"/>
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="/images/touch/icons-57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="/images/touch/icons-60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="/images/touch/icons-72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="/images/touch/icons-76.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="/images/touch/icons-120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="/images/touch/icons-144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/images/touch/icons-152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/touch/icons-180.png">
|
||||
<link rel="icon" type="image/png" href="/images/manifest/icons-16.png" sizes="16x16">
|
||||
<link rel="icon" type="image/png" href="/images/manifest/icons-32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/manifest/icons-96.png" sizes="96x96">
|
||||
<link rel="icon" type="image/png" href="/images/manifest/icons-192.png" sizes="192x192">
|
||||
<link rel="manifest" href="/manifest.json"/>
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="/images/touch/icons-57.png"/>
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="/images/touch/icons-60.png"/>
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="/images/touch/icons-72.png"/>
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="/images/touch/icons-76.png"/>
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="/images/touch/icons-120.png"/>
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="/images/touch/icons-144.png"/>
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/images/touch/icons-152.png"/>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/touch/icons-180.png"/>
|
||||
<link rel="icon" type="image/svg+xml" href="images/moonlight.svg"/>
|
||||
<link rel="icon" type="image/png" href="/images/manifest/icons-16.png" sizes="16x16"/>
|
||||
<link rel="icon" type="image/png" href="/images/manifest/icons-32.png" sizes="32x32"/>
|
||||
<link rel="icon" type="image/png" href="/images/manifest/icons-96.png" sizes="96x96"/>
|
||||
<link rel="icon" type="image/png" href="/images/manifest/icons-192.png" sizes="192x192"/>
|
||||
<link rel="canonical" href="https://moonlight-stream.org"/>
|
||||
<link rel="alternate" hreflang="en" href="https://moonlight-stream.org" />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user