summaryrefslogtreecommitdiffstatshomepage
path: root/test/manual/yes-indicator-css.html
blob: fc2e02a1ff21b463d7e811790755569d65f49d37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<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>