add favicon and avi in embed
This commit is contained in:
parent
47f288c067
commit
c2cd56546a
9 changed files with 6 additions and 16 deletions
Before ![]() (image error) Size: 21 KiB After ![]() (image error) Size: 21 KiB ![]() ![]() |
BIN
assets/images/avatar.png
Normal file
BIN
assets/images/avatar.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 398 KiB |
BIN
assets/images/favicon.ico
Normal file
BIN
assets/images/favicon.ico
Normal file
Binary file not shown.
After Width: 16px | Height: 16px | Size: 1.4 KiB |
BIN
assets/images/favicon.png
Normal file
BIN
assets/images/favicon.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 481 B |
BIN
assets/images/kyosho/.DS_Store
vendored
BIN
assets/images/kyosho/.DS_Store
vendored
Binary file not shown.
Binary file not shown.
Before ![]() (image error) Size: 526 KiB |
Binary file not shown.
Before ![]() (image error) Size: 13 MiB |
Binary file not shown.
Before ![]() (image error) Size: 9.8 MiB |
|
@ -7,29 +7,19 @@
|
|||
<title>{{name}}</title>
|
||||
<script src="../assets/js/main.js" async></script>
|
||||
<link rel="stylesheet" type="text/css" href="../assets/css/main.css" />
|
||||
{{!--
|
||||
<link href="https://afeld.github.io/emoji-css/emoji.css" rel="stylesheet">
|
||||
|
||||
<link rel="manifest" href="./assets/json/manifest.json">
|
||||
<script type="text/javascript" src="./assets/js/dropdown.js"></script> --}}
|
||||
|
||||
|
||||
|
||||
<meta name="theme-color" content="#2e40ff">
|
||||
<meta property="og:title" content="benji">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://{{host}}">
|
||||
{{!-- <meta property="og:image"
|
||||
content="https://raw.githubusercontent.com/EndlessHosting/assets/master/images/PFPs/code.png">
|
||||
--}} <meta property="og:description" content="am wolfo">
|
||||
<meta property="og:description" content="am wolfo">
|
||||
|
||||
<meta property="og:image" content="/assets/images/avatar.png">
|
||||
<link rel="icon" type="image/png" href="/assets/images/favicon.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/assets/images/favicon.png" sizes="96x96">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicon.png">
|
||||
|
||||
|
||||
{{!-- <link rel="icon" type="image/png"
|
||||
href="https://raw.githubusercontent.com/EndlessHosting/assets/master/images/PFPs/code.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png"
|
||||
href="https://raw.githubusercontent.com/EndlessHosting/assets/master/images/PFPs/code.png" sizes="96x96">
|
||||
<link rel="apple-touch-icon" sizes="180x180"
|
||||
href="https://raw.githubusercontent.com/EndlessHosting/assets/master/images/PFPs/code.png"> --}}
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
|
|
Loading…
Reference in a new issue