20 lines
279 B
HTML
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>
|