Commit 73f55e73a354e73c778e6a413a865c8370b401f5

Authored by Amrita Vishnoi
1 parent 590d0e29

made changes of base uri

400-SOURCECODE/AIAHTML5.Web/index.html
1 1 <!DOCTYPE html>
2 2 <html lang="en" ng-cloak ng-app="AIA">
3 3 <head>
4   - <base href="/AIA/" />
  4 + <!--<base href="/AIA/" />-->
  5 + <base href="/" />
5 6 <meta charset="utf-8">
6 7 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 8 <!--<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">-->
... ...