Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-sample-gui-extension
/
refs/heads/null
/
.
/
src
/
index.html
blob: d8ac498b568dae508c4a3554396833e8bc12aa35 [
file
] [
log
] [
blame
]
Matteo Scandolo
fc4b37b
2017-02-02 12:18:47 -0800
[
diff
] [
blame
]
1
<!DOCTYPE html>
2
<html
lang
=
"en"
ng-app
=
"xos-sample-gui-extension"
>
3
<head>
4
<meta
charset
=
"UTF-8"
>
5
<title>
Document
</title>
6
</head>
7
<body>
8
<div
ui-view
></div>
9
</body>
10
</html>