doc.push_to_body(
Element::new(Tag::P).with_child(
Element::new(Tag::A)
.with_attribute("href", "../index.html")
.with_attribute("href", "./index.html")
.with_text("Front page"),
),
);