Made the header title a link to the project's github page

This commit is contained in:
rxi
2014-04-10 18:07:53 +01:00
parent 1eb7b3c710
commit e4aaf12024
+10 -1
View File
@@ -70,6 +70,13 @@ local pagetemplate = [[
float: left;
font-size: 20px;
}
#title a {
color: #F0F0F0;
text-decoration: none;
}
#title a:hover {
color: #FFFFFF;
}
#status {
float: right;
font-size: 14px;
@@ -100,7 +107,9 @@ local pagetemplate = [[
</head>
<body>
<div id="header">
<div id="title">lovebird</div>
<div id="title">
<a href="https://github.com/rxi/lovebird">lovebird</a>
</div>
<div id="status">connected</div>
</div>
<div id="content">