Consistency in how things are formatted makes automated processing easier in case of future mass changes.
Pushed. Gerald --- htdocs/benchmarks/index.html | 1 + htdocs/egcs-1.0/index.html | 2 ++ htdocs/egcs-1.1/index.html | 2 ++ 3 files changed, 5 insertions(+) diff --git a/htdocs/benchmarks/index.html b/htdocs/benchmarks/index.html index 6973dffc..6ccee355 100644 --- a/htdocs/benchmarks/index.html +++ b/htdocs/benchmarks/index.html @@ -1,5 +1,6 @@ <!DOCTYPE html> <html lang="en"> + <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Benchmarking GCC</title> diff --git a/htdocs/egcs-1.0/index.html b/htdocs/egcs-1.0/index.html index 7fd8dbbb..4e674440 100644 --- a/htdocs/egcs-1.0/index.html +++ b/htdocs/egcs-1.0/index.html @@ -1,10 +1,12 @@ <!DOCTYPE html> <html lang="en"> + <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>EGCS 1.0</title> <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"> </head> + <body> <h1>EGCS 1.0</h1> diff --git a/htdocs/egcs-1.1/index.html b/htdocs/egcs-1.1/index.html index 08674824..adeffd37 100644 --- a/htdocs/egcs-1.1/index.html +++ b/htdocs/egcs-1.1/index.html @@ -1,10 +1,12 @@ <!DOCTYPE html> <html lang="en"> + <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>EGCS 1.1</title> <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"> </head> + <body> <h1>EGCS 1.1</h1> -- 2.39.0