diff options
| author | Shyam Sunder | 2018-07-24 19:53:29 -0400 |
|---|---|---|
| committer | Marcin Kurczewski | 2018-08-23 21:04:19 +0200 |
| commit | 565027269c124c2aa7f7045983a75a31a9242215 (patch) | |
| tree | ba69161a237830936f4c9121becaacc9ee8f7f60 /client/html/index.htm | |
| parent | defada45ab5efc7f9a0c209f364f0864d297514a (diff) | |
client/js/router.js: Reads <base> href tag
Diffstat (limited to 'client/html/index.htm')
| -rw-r--r-- | client/html/index.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/html/index.htm b/client/html/index.htm index 2ebec1c..0072890 100644 --- a/client/html/index.htm +++ b/client/html/index.htm @@ -9,7 +9,7 @@ <meta name='msapplication-TileColor' content='#ffffff'/> <meta name="msapplication-TileImage" content="/img/mstile-150x150.png"> <title>Loading...</title> - <base href="/"/> + <!-- Base HTML Placeholder --> <link href='css/app.min.css' rel='stylesheet' type='text/css'/> <link href='css/vendor.min.css' rel='stylesheet' type='text/css'/> <link rel='shortcut icon' type='image/png' href='img/favicon.png'/> |