blob: d7bb0b74e0b064a5537948227fba6aec254ec27f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<html lang="en">
<head>
<meta charset="utf-8" />
<script type="application/javascript" src="../../../src/htmx.js"></script>
<meta name="htmx-config" content='{"getCacheBusterParam":true}'>
<title>History - 2</title>
</head>
<body style="padding:20px;font-family: sans-serif" hx-boost="true">
<h1>Cache-Buster Test</h1>
<ul>
<li>
<a href="index.html">Index</a>
</li>
<li>
<a href="second.html">Second</a>
</li>
<li>
<a href="second.html?foo=bar">Second W/ Param</a>
</li>
</ul>
<h3>Second Page</h3>
</body>
</html>
|