mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 13:01:03 +00:00
24 lines
578 B
HTML
24 lines
578 B
HTML
<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>
|