summaryrefslogtreecommitdiffstatshomepage
path: root/test/manual/anchors/index.html
blob: 3c4426e6d8477c23ece60f1d76f775962c0705c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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">

<a hx-boost="true" href="has-anchors.html#anchor1">Anchor 1</a>

<button hx-push-url="true" hx-get="has-anchors.html#anchor2" hx-target="body">Anchor 2</button>

</body>