Last active
May 1, 2020 17:39
-
-
Save msacar/3bc341882331a84e3c35d825542a54b1 to your computer and use it in GitHub Desktop.
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> | |
<meta charset="utf-8" /> | |
<title>Webpack App</title> | |
</head> | |
<body> | |
<h1>Webpack App!</h1> | |
<h2>Hatırlatma: Konsolu kontrol et.</h2> | |
<!-- Oluşturduğumuz javascript dosyasını sayfaya dahil ediyoruz --> | |
<script src="/dist/bundle.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment