diff options
| author | Alon Levy <alon@pobox.com> | 2015-01-12 11:41:12 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-01-12 11:42:31 +0200 |
| commit | 2974f916df0614c892a94d3e0f192e10aa03b0b6 (patch) | |
| tree | 6e37a43df327af8856fde74bc69251d83e6f171a /res/templates/index.html | |
| parent | f6def5675506a35d8be6461411de4626fb71f29e (diff) | |
server/client: s/res/static/, drop dev_mode__resend_from_static
Diffstat (limited to 'res/templates/index.html')
| -rw-r--r-- | res/templates/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index cba394d6..13913ba2 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -2,11 +2,11 @@ <head> <title>Rhizi Prototype </title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <link href="/res/css/style.css" rel="stylesheet" type="text/css"> - <link rel="shortcut icon" href="/res/img/favicon2.ico" /> + <link href="/static/css/style.css" rel="stylesheet" type="text/css"> + <link rel="shortcut icon" href="/static/img/favicon2.ico" /> <script src="/static/local_config.js"></script> - <script data-main='/static/app.js' src="/res/lib/require.js"></script> + <script data-main='/static/app.js' src="/static/lib/require.js"></script> </head> @@ -25,7 +25,7 @@ <span class="profile-initials">AN<!-- must be two letters because of css --></span> <div class="profile-username">Welcome <span id="user_id">Anonymous</span>! <span id="logout-button" class="button">Logout</span></div> </div> - <img class="organization-logo" src="/res/img/CRI-logo.png"> + <img class="organization-logo" src="/static/img/CRI-logo.png"> </div> </div> <div class="search-bar"> @@ -123,7 +123,7 @@ </div> <div class="rhizi-logo"><a href="http://www.rhizi.org"> - <img src="/res/img/rhizi-logo.png"/></a> + <img src="/static/img/rhizi-logo.png"/></a> </div> </div> |
