exportmd: Agregar doctype y meta device-width

This commit is contained in:
Cat /dev/Nulo 2022-05-05 13:26:43 -03:00
parent 0967fdfe19
commit 499198181b

View file

@ -1,7 +1,9 @@
#!/bin/sh -e
html() {
echo "<meta charset=utf8>"
echo "<!doctype html>"
echo "<meta charset=utf-8>"
echo "<meta name=viewport content='width=device-width, initial-scale=1.0'>"
if test -n "$style"; then
echo "
<style>