Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
vid
/
db8a45e5bc3e6a604f445462c9b660b82ec02082
/
.
/
vid-webpack-master
/
src
/
index.html
blob: f3c3a91702cca6c522340897b96d8a3491839abc [
file
] [
log
] [
blame
]
<!doctype html>
<html>
<head>
<meta
charset
=
"utf-8"
>
<title>
Angular 2 App | ng2-webpack
</title>
<link
rel
=
"icon"
type
=
"image/x-icon"
href
=
"./assets/img/favicon.ico"
>
<base
href
=
"./"
>
</head>
<body>
<vid-app>
Loading..
</vid-app>
</body>
</html>