Skip to content

Instantly share code, notes, and snippets.

@paulallies
Last active March 29, 2017 18:15
Show Gist options
  • Select an option

  • Save paulallies/a4b081d687820bf4a637ac2b08c94f1a to your computer and use it in GitHub Desktop.

Select an option

Save paulallies/a4b081d687820bf4a637ac2b08c94f1a to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="src/css/main.css">
<link rel="stylesheet" href="src/css/first.css">
<title>Webpack 2 Basics</title>
</head>
<body>
<h1>Webpack basics</h1>
<button id="button1">Press Me!</button>
<script src="src/js/app.js"></script>
<script src="src/js/first.js"></script>
<script src="src/js/second.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment