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
aef0935acd
commit
f3af1623b8
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!doctype html>
|
||||
<!--
|
||||
-- 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
|
||||
-- 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>
|
||||
<title>DOMAIN</title>
|
||||
<meta name="keywords" content="a-lec, Libre en communs, logiciel libre" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
||||
<meta charset="utf-8" />
|
||||
</head>
|
||||
<body>
|
||||
<h2>Experimental</h2>
|
||||
|
|
Loading…
Reference in New Issue