blob: 38b9165335d3230c926a24be2509eb3e6ef5c716 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>vppsb - GUI</title>
<base href="/">
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- inject:css -->
<link rel="stylesheet" href="../vendor/vendor.min.css">
<link rel="stylesheet" href="../cssProd/style.css">
<!-- endinject -->
</head>
<body ng-app="vppsb">
<div ui-view="main">
</div>
<!-- inject:js -->
<script src="../vendor/vendor.min.js"></script>
<script src="../js/app.min.js"></script>
<!-- endinject -->
</body>
</html>
|