Skip to content

Instantly share code, notes, and snippets.

@johnkingzy
Created February 19, 2018 22:29
Show Gist options
  • Save johnkingzy/bc015d2146da68a725fe6c6373d0dae3 to your computer and use it in GitHub Desktop.
Save johnkingzy/bc015d2146da68a725fe6c6373d0dae3 to your computer and use it in GitHub Desktop.
Index.html from the /dist folder
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Client</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root></app-root>
<script type="text/javascript" src="inline.bundle.js"></script>
<script type="text/javascript" src="polyfills.bundle.js"></script>
<script type="text/javascript" src="styles.bundle.js"></script>
<script type="text/javascript" src="vendor.bundle.js"></script>
<script type="text/javascript" src="main.bundle.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment