htoml

HTML page templates described with a toml config
Log | Files | Refs | README

commit 0028e009430a4f76b3feca492c657e9633a0c805
parent 6bfd0359e73c0f14eeccabda5c2e4b3e343838f0
Author: Jackson G. Kaindume <seestem@merely.tech>
Date:   Wed, 10 Aug 2022 18:12:45 +0200

style body margin

Diffstat:
Msrc/htoml.rs | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/htoml.rs b/src/htoml.rs @@ -27,6 +27,9 @@ impl Htoml { <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>{}</title> <style> + body {{ + margin: 0; + }} {} </style> </head>