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:
CharlyCoste 2010-03-14 01:38:07 +01:00
parent 3984607ef5
commit ab0b552c80
1 changed files with 1 additions and 1 deletions

View File

@ -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']=='') {