mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 13:01:03 +00:00
12 lines
344 B
HTML
12 lines
344 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>
|
|
</head>
|
|
<body style="padding:20px;font-family: sans-serif">
|
|
<h1>You should not see bars here:</h1>
|
|
<img class="htmx-indicator" src="../img/bars.svg" width="200">
|
|
</body>
|
|
</html>
|