Output Management

This commit is contained in:
Joe
2018-06-28 12:19:48 -05:00
parent 83c9051ace
commit b10be0ca77
5 changed files with 21 additions and 4 deletions

5
dist/index.html vendored
View File

@@ -1,9 +1,10 @@
<!doctype html>
<html>
<head>
<title>Getting Started</title>
<title>Output Management</title>
<script src="./print.bundle.js"></script>
</head>
<body>
<script src="main.js"></script>
<script src="./app.bundle.js"></script>
</body>
</html>