mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
fixes from https://validator.w3.org/
Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
This commit is contained in:
parent
d0bb53e41a
commit
64abe6dc03
1 changed files with 3 additions and 3 deletions
|
|
@ -2,9 +2,9 @@
|
|||
<html class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
||||
<link rel="stylesheet" type="text/css" href="index.css" />
|
||||
<link rel="canonical" href='https://f-droid.org/repo/'/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<link rel="stylesheet" type="text/css" href="index.css">
|
||||
<link rel="canonical" href='https://f-droid.org/repo/'>
|
||||
<title>mirror of f-droid.org</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Reference in a new issue