mediaserver login htm location
Can i hack it a little bit ?
I would like to change the title and maybe the logo ...
i see the code in the browser but i cant find the file to edit it ..
<!DOCTYPE html>
<html lang="en" ng-app="app" ng-class="$root.scrollingEnabled ? '' : 'nonScrollable'">
<head>
<title>MediaBrowser</title>
<meta charset=utf-8>
<meta content='True' name='HandheldFriendly' />
<meta name="viewport" content="width=device-width, initial-scale = 1.0, maximum-scale = 1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="icon" href="assets/img/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" sizes="152x152" href="assets/img/ios-icon.png"/>
<script>
document.write('<base href="' + document.location + '" />');
</script>
<!-- compiled CSS -->
<link rel="stylesheet" type="text/css" href="assets/MediaBrowser-1.4.0.css" />
<!-- compiled JavaScript -->
<script type="text/javascript" src="assets/MediaBrowser-1.4.0.js"></script>
</head>
<body ng-controller="AppCtrl" ie10mobilehack scrolling="{{scrollingEnabled}}" ng-class="scrollingEnabled ? '' : 'nonScrollable'">
<div ng-include="'navigation/navigation.tpl.html'" ng-show="loggedIn"></div>
<div ng-include="'alert/alert.tpl.html'"></div>
<div ng-view></div>
<div ng-include="'player/player.tpl.html'"></div>
<div ng-include="'image-viewer/image-viewer.tpl.html'"></div>
<div ng-include="'search/search-dialog.tpl.html'"></div>
</body>
</html>
