diff options
| -rw-r--r-- | res/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index beec1459..f805c518 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -5,8 +5,8 @@ <link href="/res/css/style.css" rel="stylesheet" type="text/css"> <link rel="shortcut icon" href="/res/img/favicon2.ico" /> - <script src="local_config.js"></script> - <script data-main='app.js' src="/res/lib/require.js"></script> + <script src="/static/local_config.js"></script> + <script data-main='/static/app.js' src="/res/lib/require.js"></script> </head> |
