aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/alpinejs/test/fixtures/basics/src/pages/index.astro
blob: 6197e0c642249c24a89e2ccd440be4fde5337b68 (plain) (blame)
1
2
3
4
5
6
7
8
<html>
	<head>
		<title>Testing</title>
	</head>
	<body>
		<div id="foo" x-data="{ foo: 'bar' }" x-text="foo"></div>
	</body>
</html>