blob: 0de9fb1491d1e03a0730af321602a4ea1cfeea57 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<html lang="en">
<head>
<meta charset="utf-8" />
<script type="application/javascript" src="../../../src/htmx.js"></script>
<title>History - Index</title>
<meta name="htmx-config" content='{"historyCacheSize":0, "refreshOnHistoryMiss" : true}'>
<script>
htmx.logAll();
</script>
</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>Index</h3>
</body>
</html>
|