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
|
@ -6,7 +6,7 @@
|
||||||
<link rel="stylesheet" type="text/css" href="/css/default.css" />
|
<link rel="stylesheet" type="text/css" href="/css/default.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a id="owncloud-logo" href="/"><span>OwnCloud</span></a>
|
<h1><a id="owncloud-logo" href="/"><span>OwnCloud</span></a></h1>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
if(!isset($_SESSION['username']) or $_SESSION['username']=='') {
|
if(!isset($_SESSION['username']) or $_SESSION['username']=='') {
|
||||||
|
|
Loading…
Reference in New Issue