mirror of
https://github.com/Hilbis/Hilbish
synced 2025-06-03 03:02:04 +00:00
fix: image links
This commit is contained in:
parent
fdd9e62eec
commit
bf21667215
@ -8,7 +8,7 @@ pub fn page() -> element.Element(a) {
|
|||||||
html.div([attribute.class("gap-1 flex flex-col items-center")], [
|
html.div([attribute.class("gap-1 flex flex-col items-center")], [
|
||||||
html.span([attribute.class("flex flex-row items-center justify-center")], [
|
html.span([attribute.class("flex flex-row items-center justify-center")], [
|
||||||
html.img([
|
html.img([
|
||||||
attribute.src("/hilbish-flower.png"),
|
attribute.src("./hilbish-flower.png"),
|
||||||
attribute.class("h-20")
|
attribute.class("h-20")
|
||||||
]),
|
]),
|
||||||
html.p([attribute.class("text-4xl font-bold")], [element.text("Hilbish")]),
|
html.p([attribute.class("text-4xl font-bold")], [element.text("Hilbish")]),
|
||||||
|
@ -41,7 +41,7 @@ fn create_page(content: element.Element(a)) -> element.Element(a) {
|
|||||||
html.div([], [
|
html.div([], [
|
||||||
html.a([attribute.href("/"), attribute.class("flex items-center gap-1")], [
|
html.a([attribute.href("/"), attribute.class("flex items-center gap-1")], [
|
||||||
html.img([
|
html.img([
|
||||||
attribute.src("/hilbish-flower.png"),
|
attribute.src("./hilbish-flower.png"),
|
||||||
attribute.class("h-6")
|
attribute.class("h-6")
|
||||||
]),
|
]),
|
||||||
html.span([
|
html.span([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user