Skip to content
Snippets Groups Projects
Commit ab0b552c authored by CharlyCoste's avatar CharlyCoste
Browse files

Adding semantic h1 tag to surround the logo. This could be better for text or...

Adding semantic h1 tag to surround the logo. This could be better for text or braille navigators and crawlers as well.
parent 3984607e
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -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']=='') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment