mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 21:41:40 +00:00
14 lines
454 B
HTML
14 lines
454 B
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Test if indicators are invisible by default</title>
|
|
<script src="../../src/htmx.js"></script>
|
|
<meta http-equiv="Content-Security-Policy" content="default-src *; script-src 'unsafe-inline'">
|
|
</head>
|
|
<body style="padding:20px;font-family: sans-serif">
|
|
<script src="../../src/htmx.js"></script>
|
|
<h1>CSP Test</h1>
|
|
<button onclick="htmx._('foo');">Click To Eval</button>
|
|
</body>
|
|
</html>
|