Skip to content

Commit

Permalink
modify path for ittvis
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaokejian committed Apr 5, 2018
1 parent 0cc295b commit a435c59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<base href="http://zjuvis.org/iTTVis_1.0/">
<title page-title>iTTVis_1.0</title>
<base href="http://zjuvis.org/iTTVis/">
<title page-title>iTTVis</title>
<meta name="description" content="Full-Stack JavaScript with MongoDB, Express, AngularJS, and Node.js">
<meta name="fragment" content="!">

Expand All @@ -19,7 +19,7 @@
<meta property="og:site_name" content="MEAN.JS">
<meta property="og:title" content="MEAN.JS">
<meta property="og:description" content="Full-Stack JavaScript with MongoDB, Express, AngularJS, and Node.js">
<meta property="og:url" content="http://zjuvis.org/iTTVis_1.0/">
<meta property="og:url" content="http://zjuvis.org/iTTVis/">
<meta property="og:image" content="modules/core/client/img/brand/logo.png">
<meta property="og:type" content="website">

Expand All @@ -42,7 +42,7 @@
</head>

<body class="ng-cloak" ng-controller="AppController as app">
<header ng-include="'http://zjuvis.org/iTTVis_1.0/modules/core/client/views/header.client.view.html'" class="header navbar navbar-fixed-top navbar-inverse"></header>
<header ng-include="'http://zjuvis.org/iTTVis/modules/core/client/views/header.client.view.html'" class="header navbar navbar-fixed-top navbar-inverse"></header>
<section class="content">
<section class="container">
<section ui-view></section>
Expand Down

0 comments on commit a435c59

Please sign in to comment.