10 lines
204 B
HTML
10 lines
204 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Output Management</title>
|
|
<script src="./print.bundle.js"></script>
|
|
</head>
|
|
<body>
|
|
<script src="./app.bundle.js"></script>
|
|
</body>
|
|
</html> |