stimulus-esbuild-example/public/index.html

14 lines
230 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Stimulus esbuild example</title>
</head>
<body>
<div data-controller="hello">
<h1>Hello, World!</h1>
</div>
<script src="/build/app.js"></script>
</body>
</html>