blob: 72f6536145efb0cd29ad8091079f13472191402b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
<html lang="en">
<head>
<meta charset="utf-8" />
<script type="application/javascript" src="../../../src/htmx.js"></script>
<title>History - Regression 2 Page 2</title>
<meta name="htmx-config" content='{"useTemplateFragments": "true"}'>
</head>
<body style="padding:20px;font-family: sans-serif" hx-boost="true">
<a href="index.html">Back To Page 1</a>
<p>History Element should read 'History - Regression 2 Page 1'</p>
</body>
</html>
|