Last active
January 29, 2018 09:39
-
-
Save marensas/687da8b4fd5936b5e0d170ce52a66cf0 to your computer and use it in GitHub Desktop.
Webpack 4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Webpack project</title> | |
<link rel="stylesheet" type="text/css" href="/style.css"> | |
</head> | |
<body> | |
<h1>Webpack projektas</h1> | |
<script src="/index.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment