mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 13:01:03 +00:00
17 lines
479 B
HTML
17 lines
479 B
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<script type="application/javascript" src="../../../src/htmx.js"></script>
|
|
<meta name="htmx-config" content='{"historyCacheSize":0, "refreshOnHistoryMiss" : true}'>
|
|
<title>History - 4</title>
|
|
</head>
|
|
<body style="padding:20px;font-family: sans-serif" hx-boost="true">
|
|
<h1>History Test</h1>
|
|
<a href="1.html">1</a>
|
|
<a href="2.html">2</a>
|
|
<a href="3.html">3</a>
|
|
<a href="4.html">4</a>
|
|
<h3>Page 4</h3>
|
|
</body>
|
|
</html>
|