|
|
@ -35,11 +35,9 @@ |
|
|
|
<body ng-controller="WeechatCtrl" ng-keydown="handleKeyPress($event)"> |
|
|
|
<body ng-controller="WeechatCtrl" ng-keydown="handleKeyPress($event)"> |
|
|
|
<div ng-hide="connected" class="container"> |
|
|
|
<div ng-hide="connected" class="container"> |
|
|
|
<h2> |
|
|
|
<h2> |
|
|
|
<img alt="logo" src="assets/img/favicon.png"> |
|
|
|
<img alt="logo" src="assets/img/glowing_bear_72.png"> |
|
|
|
glowing bear |
|
|
|
<span>glowing bear</span> |
|
|
|
<small> |
|
|
|
<small>WeeChat web frontend</small> |
|
|
|
WeeChat web frontend |
|
|
|
|
|
|
|
</small> |
|
|
|
|
|
|
|
</h2> |
|
|
|
</h2> |
|
|
|
<div class="alert alert-danger" ng-show="errorMessage"> |
|
|
|
<div class="alert alert-danger" ng-show="errorMessage"> |
|
|
|
<strong>Connection error</strong> The client was unable to connect to the WeeChat relay |
|
|
|
<strong>Connection error</strong> The client was unable to connect to the WeeChat relay |
|
|
|