index.html: Fix HTML compliance issues.

Icecat complained with the invalid syntax when looking at the
page source code.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
Denis 'GNUtoo' Carikli 2023-09-20 17:17:11 +02:00
parent aef0935acd
commit f3af1623b8
Signed by: GNUtoo
GPG Key ID: 5F5DFCC14177E263
1 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" ?> <!doctype html>
<!-- <!--
-- Copyright (C) 2023 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> -- Copyright (C) 2023 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-- --
@ -10,11 +10,10 @@
-- You should have received a copy of the GNU General Public License -- You should have received a copy of the GNU General Public License
-- along with this file. If not, see <http://www.gnu.org/licenses/>. -- along with this file. If not, see <http://www.gnu.org/licenses/>.
--> -->
<html xmlns="http://www.w3.org/1999/xhtml"> <html lang="fr-FR">
<head> <head>
<title>DOMAIN</title> <title>DOMAIN</title>
<meta name="keywords" content="a-lec, Libre en communs, logiciel libre" /> <meta charset="utf-8" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
</head> </head>
<body> <body>
<h2>Experimental</h2> <h2>Experimental</h2>