mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Adding semantic h1 tag to surround the logo. This could be better for text or braille navigators and crawlers as well.
This commit is contained in:
parent
3984607ef5
commit
ab0b552c80
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="/css/default.css" />
|
||||
</head>
|
||||
<body>
|
||||
<a id="owncloud-logo" href="/"><span>OwnCloud</span></a>
|
||||
<h1><a id="owncloud-logo" href="/"><span>OwnCloud</span></a></h1>
|
||||
<?php
|
||||
|
||||
if(!isset($_SESSION['username']) or $_SESSION['username']=='') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue