exportmd: Agregar doctype y meta device-width
This commit is contained in:
parent
0967fdfe19
commit
499198181b
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
html() {
|
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
|
if test -n "$style"; then
|
||||||
echo "
|
echo "
|
||||||
<style>
|
<style>
|
||||||
|
|
Loading…
Reference in a new issue