# This is a combination of 3 commits.
# This is the 1st commit message: fix: redirects + update root cdn url # This is the commit message #2: chore: workflow # This is the commit message #3: chore: naming
This commit is contained in:
parent
ed88631875
commit
88a4ec4acd
45 changed files with 1122 additions and 133 deletions
|
@ -3,21 +3,21 @@ title: 404
|
|||
description: What kind of idiots do you have working here? Hurry up and skip out on the room service bill!
|
||||
layout: default
|
||||
permalink: /404.html
|
||||
image: https://coryd-dev.b-cdn.net/assets/404.jpg
|
||||
image: https://cdn.coryd.dev/assets/404.jpg
|
||||
---
|
||||
<div class="four-oh-four-wrapper">
|
||||
<img
|
||||
srcset="
|
||||
https://coryd-dev.b-cdn.net/assets/404.jpg?aspect_ratio=1:.5625&width=256 256w,
|
||||
https://coryd-dev.b-cdn.net/assets/404.jpg?aspect_ratio=1:.5625&width=512 512w,
|
||||
https://coryd-dev.b-cdn.net/assets/404.jpg?aspect_ratio=1:.5625&width=1024 1024w,
|
||||
https://coryd-dev.b-cdn.net/assets/404.jpg?aspect_ratio=1:.5625&width=2048 2048w
|
||||
https://cdn.coryd.dev/assets/404.jpg?aspect_ratio=1:.5625&width=256 256w,
|
||||
https://cdn.coryd.dev/assets/404.jpg?aspect_ratio=1:.5625&width=512 512w,
|
||||
https://cdn.coryd.dev/assets/404.jpg?aspect_ratio=1:.5625&width=1024 1024w,
|
||||
https://cdn.coryd.dev/assets/404.jpg?aspect_ratio=1:.5625&width=2048 2048w
|
||||
"
|
||||
sizes="(max-width: 450px) 256px,
|
||||
(max-width: 850px) 512px,
|
||||
(max-width: 1000px) 1024px,
|
||||
2048px"
|
||||
src="https://coryd-dev.b-cdn.net/assets/404.jpg?aspect_ratio=1:.5625&width=2048"
|
||||
src="https://cdn.coryd.dev/assets/404.jpg?aspect_ratio=1:.5625&width=2048"
|
||||
alt="{{ alt }}"
|
||||
class="image-banner"
|
||||
loading="eager"
|
||||
|
|
Reference in a new issue