Index page minor fixes - Update copyright year

updated copyright year and remove the unneeded XHTML tag on the `<html>` tag.
will score higher in a Google Lighthouse test :-)
This commit is contained in:
Christian Oliff
2019-10-24 20:19:46 +09:00
committed by GitHub
parent a8fda56ecc
commit dec3edf92a

View File

@@ -1,6 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -450,7 +449,7 @@
</div>
<div class="row">
<div class="col-sm-12 text-center">
<p>&copy; 2018 Nextcloud GmbH</p>
<p>&copy; 2019 Nextcloud GmbH</p>
</div>
</div>
</div><!-- container -->