diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-08-23 20:45:00 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-08-23 20:45:00 +0100 |
commit | d2bb28d2df6ffe58db1a56e7aec85c34d9d1425f (patch) | |
tree | dfd57963663627b4b2c63ffc699c3d9891abe643 /webclient/index.html | |
parent | point out the non-quick-start guide (diff) | |
download | synapse-d2bb28d2df6ffe58db1a56e7aec85c34d9d1425f.tar.xz |
very quick and dirty responsive design for iPhones
Diffstat (limited to 'webclient/index.html')
-rw-r--r-- | webclient/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webclient/index.html b/webclient/index.html index 27d9208193..5b8e27fa6d 100644 --- a/webclient/index.html +++ b/webclient/index.html @@ -2,10 +2,12 @@ <html xmlns:ng="http://angularjs.org" ng-app="matrixWebClient" ng-controller="MatrixWebClientController"> <head> <title>[matrix]</title> - + <link rel="stylesheet" href="app.css"> <link rel="icon" href="favicon.ico"> + <meta name="viewport" content="width=device-width"> + <script type='text/javascript' src='js/jquery-1.8.3.min.js'></script> <script src="js/angular.min.js"></script> <script src="js/angular-route.min.js"></script> @@ -36,8 +38,6 @@ <button ng-click="showConfig()">Config</button> <button ng-click="logout()">Log out</button> </div> - - <h1>[matrix]</h1> </header> <div id="config" ng-hide="!config"> |