diff options
| author | Marc Vertes <mvertes@free.fr> | 2023-05-09 13:23:09 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2023-05-09 13:23:09 +0200 |
| commit | a501e2d244394b376f87736c4cb07ddc94ef798e (patch) | |
| tree | 552cc0386cdfbc53e423d72b2f8aa66251e911a7 | |
| parent | e36896a452bac667c47058501d98b0d12e86ff59 (diff) | |
valid HTML
| -rwxr-xr-x | build.sh | 3 | ||||
| -rw-r--r-- | index.html | 1 | ||||
| -rw-r--r-- | yaegi-internals/index.html | 1 |
3 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,7 @@ #!/bin/sh -header='<meta charset="UTF-8"> +header='<!DOCTYPE html> +<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> body { @@ -1,5 +1,6 @@ <title>Marc's Programming Notes</title> <!-- generated by build.sh. DO NOT EDIT. --> +<!DOCTYPE html> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> diff --git a/yaegi-internals/index.html b/yaegi-internals/index.html index 98df727..6c8eb55 100644 --- a/yaegi-internals/index.html +++ b/yaegi-internals/index.html @@ -1,5 +1,6 @@ <title>Yaegi Internals</title> <!-- generated by build.sh. DO NOT EDIT. --> +<!DOCTYPE html> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> |
