add favicon and avi in embed
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
BIN
assets/images/avatar.png
Normal file
After Width: | Height: | Size: 398 KiB |
BIN
assets/images/favicon.ico
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/images/favicon.png
Normal file
After Width: | Height: | Size: 481 B |
BIN
assets/images/kyosho/.DS_Store
vendored
Before Width: | Height: | Size: 526 KiB |
Before Width: | Height: | Size: 13 MiB |
Before Width: | Height: | 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">
|
||||
|
|