Files
angular/modules/playground/src/order_management/index.html
2016-05-02 08:15:10 -07:00

20 lines
279 B
HTML

<!doctype html>
<html>
<head>
<title>Order Management</title>
<style>
.warning {
background-color: yellow;
}
</style>
</head>
<body>
<order-management-app>
Loading...
</order-management-app>
<script src="../bootstrap.js"></script>
</body>
</html>