mirror of
https://github.com/RGBCube/rgbcube.github.io
synced 2025-05-15 06:24:58 +00:00
Fix asset serving
This commit is contained in:
parent
da93443b5c
commit
30bcb1e46f
3 changed files with 3 additions and 3 deletions
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB |
|
@ -1,7 +1,7 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Bai Jamjuree";
|
font-family: "Bai Jamjuree";
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
src: url("BaiJamjuree700.woff2") format("woff2");
|
src: url("assets/BaiJamjuree700.woff2") format("woff2");
|
||||||
}
|
}
|
||||||
|
|
||||||
body,
|
body,
|
||||||
|
@ -105,4 +105,4 @@ a {
|
||||||
|
|
||||||
.left {
|
.left {
|
||||||
transform: rotateY(-89.99999999999999deg) translateZ(2.498em);
|
transform: rotateY(-89.99999999999999deg) translateZ(2.498em);
|
||||||
}
|
}
|
|
@ -45,7 +45,7 @@ pub fn create(head: Markup, body: Markup) -> Markup {
|
||||||
(pname("description", description))
|
(pname("description", description))
|
||||||
(property("og:description", description))
|
(property("og:description", description))
|
||||||
|
|
||||||
link rel="icon" href="icon.gif" type="image/gif";
|
link rel="icon" href="assets/icon.gif" type="image/gif";
|
||||||
|
|
||||||
(property("og:image", "thumbnail.png"))
|
(property("og:image", "thumbnail.png"))
|
||||||
(property("og:image:type", "image/png"))
|
(property("og:image:type", "image/png"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue