Add index.html with Stimulus hello controller
This commit is contained in:
parent
b280d54f77
commit
d379fdb73d
9 changed files with 524 additions and 0 deletions
13
public/index.html
Normal file
13
public/index.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue