summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2023-05-09 13:23:09 +0200
committerMarc Vertes <mvertes@free.fr>2023-05-09 13:23:09 +0200
commita501e2d244394b376f87736c4cb07ddc94ef798e (patch)
tree552cc0386cdfbc53e423d72b2f8aa66251e911a7
parente36896a452bac667c47058501d98b0d12e86ff59 (diff)
valid HTML
-rwxr-xr-xbuild.sh3
-rw-r--r--index.html1
-rw-r--r--yaegi-internals/index.html1
3 files changed, 4 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index efd728d..cfa9d3b 100755
--- a/build.sh
+++ b/build.sh
@@ -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 {
diff --git a/index.html b/index.html
index bd6d76e..c5d08cd 100644
--- a/index.html
+++ b/index.html
@@ -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>