meow5
This commit is contained in:
parent
2cda39ed0e
commit
b21437243e
5 changed files with 10 additions and 1 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -3,3 +3,4 @@
|
|||
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
||||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
*.gif filter=lfs diff=lfs merge=lfs -text
|
||||
*.ico filter=lfs diff=lfs merge=lfs -text
|
||||
|
|
|
@ -54,7 +54,7 @@ A list of services that I'm probably going to host for the public
|
|||
|
||||
:3
|
||||
|
||||
<audio controls>
|
||||
<audio autoplay controls loop>
|
||||
<source src="community.ogg" type="audio/ogg">
|
||||
</audio>
|
||||
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
{{ $style := resources.Get "sass/main.scss" | css.Sass | resources.Minify }}
|
||||
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="/favicon.png">
|
||||
<meta charset="utf-8">
|
||||
<script defer src="https://datamining.nadeko.net/script.js" data-website-id="b84c9155-f655-460d-a1da-0f2220b46ee5"></script>
|
||||
<title>
|
||||
|
|
BIN
static/favicon.ico
(Stored with Git LFS)
Normal file
BIN
static/favicon.ico
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
static/favicon.png
(Stored with Git LFS)
Normal file
BIN
static/favicon.png
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue