diff options
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,6 @@ #!/bin/sh -header='<!DOCTYPE html> -<meta charset="UTF-8"> +header='<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> body { @@ -29,6 +28,7 @@ genhtml() ( exec 1>index.html # Header + echo "<!DOCTYPE html>" echo "<title>$title</title>" echo "<!-- generated by build.sh. DO NOT EDIT. -->" echo "$header" |
