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:
parent
f709ef6b0e
commit
8b5be47720
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue