further optimisations: optimise riki sitting, and put non-critical stylesheets at the end
This commit is contained in:
parent
7b06c7c6e1
commit
be8ae113b7
6 changed files with 27 additions and 18 deletions
|
@ -2,7 +2,14 @@
|
|||
<aside class="sidebar">
|
||||
<a href="/">
|
||||
<header class="floof">
|
||||
<img alt="riki sitting in pink space" src="{{ asset 'character/riki/sitting.png' }}" width="2223" height="1796" style="height: 40.39586145rem;">
|
||||
<picture>
|
||||
<source srcset="{{ asset 'character/riki/sitting.webp' }}" type="image/webp">
|
||||
<img
|
||||
alt="riki sitting in pink space"
|
||||
src="{{ asset 'character/riki/sitting.png' }}"
|
||||
width="2223" height="1796"
|
||||
style="height: 40.39586145rem;">
|
||||
</picture>
|
||||
<h1>
|
||||
<span class="rikis">riki's</span>
|
||||
<span class="fluffy-little-house">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue