minor fixes + favicon

This commit is contained in:
Olivier Lambert
2012-12-26 18:09:46 +01:00
parent f8dabca6ca
commit b8d3f8f7c1
2 changed files with 2 additions and 1 deletions

BIN
src/www/img/favicon.ico.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -28,6 +28,7 @@ require(__DIR__.'/../bootstrap.php');
<link rel="stylesheet" href="../deps/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="img/favicon.ico" />
</head>
<body>
@@ -130,7 +131,7 @@ require(__DIR__.'/../bootstrap.php');
</div>
<div class="span3 well">
<h2 class="center">Get involved!</h2>
<p>You want a specific feature in XO? Report a bug? Go to our project website and get involved in the project!</p><br/>
<p>You want a specific feature in XO? Report a bug? Go to our project website, read the FAQ and get involved in the project!</p><br/>
<p class="center"><a class="btn btn-success btn-large" href="http://xen-orchestra.com"><i class="icon-beaker"></i> Project page</a></p>
</div>
</div>